LLVM API Documentation
#include "llvm/Function.h"
#include "llvm/Analysis/ConstantFolding.h"
Include dependency graph for Local.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | llvm |
Functions | |
bool | llvm::doConstantPropagation (BasicBlock::iterator &I) |
bool | llvm::ConstantFoldTerminator (BasicBlock *BB) |
Constant * | llvm::ConstantFoldInstruction (Instruction *I) |
Constant * | llvm::ConstantFoldLoadThroughGEPConstantExpr (Constant *C, ConstantExpr *CE) |
bool | llvm::isInstructionTriviallyDead (Instruction *I) |
bool | llvm::dceInstruction (BasicBlock::iterator &BBI) |
bool | llvm::SimplifyCFG (BasicBlock *BB) |
AllocaInst * | llvm::DemoteRegToStack (Instruction &X, bool VolatileLoads=false) |