|
LLVM
4.0.0
|
Go to the source code of this file.
Classes | |
| class | llvm::ArrayRef< T > |
| ArrayRef - Represent a constant reference to an array (0 or more elements consecutively in memory), i.e. More... | |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Functions | |
| bool | llvm::isAllocaPromotable (const AllocaInst *AI) |
| Return true if this alloca is legal for promotion. More... | |
| void | llvm::PromoteMemToReg (ArrayRef< AllocaInst * > Allocas, DominatorTree &DT, AliasSetTracker *AST=nullptr, AssumptionCache *AC=nullptr) |
| Promote the specified list of alloca instructions into scalar registers, inserting PHI nodes as appropriate. More... | |
1.8.6