LLVM API Documentation
#include "llvm/Transforms/Scalar.h"
#include "llvm/DerivedTypes.h"
#include "llvm/Function.h"
#include "llvm/Instructions.h"
#include "llvm/Pass.h"
#include "llvm/Support/CFG.h"
#include "llvm/ADT/Statistic.h"
Include dependency graph for TailRecursionElimination.cpp:
Go to the source code of this file.
Functions | |
FunctionPass * | llvm::createTailCallEliminationPass () |
static bool | isDynamicConstant (Value *V, CallInst *CI) |
static Value * | getCommonReturnValue (ReturnInst *TheRI, CallInst *CI) |
|
Definition at line 181 of file TailRecursionElimination.cpp. References llvm::Function::begin(), E, llvm::Function::end(), llvm::Constant::getOperand(), llvm::BasicBlock::getParent(), llvm::Instruction::getParent(), and isDynamicConstant(). |
|
Definition at line 155 of file TailRecursionElimination.cpp. References llvm::Function::abegin(), llvm::User::getOperand(), llvm::BasicBlock::getParent(), and llvm::Instruction::getParent(). Referenced by getCommonReturnValue(). |
|
|
|
|
|
|