LLVM
8.0.1
|
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 | |
This class represents lattice values for constants. | |
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, AssumptionCache *AC=nullptr) |
Promote the specified list of alloca instructions into scalar registers, inserting PHI nodes as appropriate. More... | |