LLVM API Documentation
#include "llvm/Function.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) |
| bool | llvm::canConstantFoldCallTo (Function *F) |
| Constant * | llvm::ConstantFoldCall (Function *F, const std::vector< Constant * > &Operands) |
| bool | llvm::isInstructionTriviallyDead (Instruction *I) |
| bool | llvm::dceInstruction (BasicBlock::iterator &BBI) |
| Value * | llvm::hasConstantValue (PHINode *PN) |
| bool | llvm::SimplifyCFG (BasicBlock *BB) |
| AllocaInst * | llvm::DemoteRegToStack (Instruction &X) |