LLVM API Documentation
#include "llvm/ADT/ArrayRef.h"
Go to the source code of this file.
Namespaces | |
namespace | llvm |
List of target independent CodeGen pass IDs. | |
Functions | |
bool | llvm::isAllocaPromotable (const AllocaInst *AI) |
Return true if this alloca is legal for promotion. | |
void | llvm::PromoteMemToReg (ArrayRef< AllocaInst * > Allocas, DominatorTree &DT, AliasSetTracker *AST=nullptr, AssumptionTracker *AT=nullptr) |
Promote the specified list of alloca instructions into scalar registers, inserting PHI nodes as appropriate. |