LLVM API Documentation
#include <vector>
Include dependency graph for PromoteMemToReg.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::isAllocaPromotable (const AllocaInst *AI, const TargetData &TD) |
void | llvm::PromoteMemToReg (const std::vector< AllocaInst * > &Allocas, DominatorTree &DT, DominanceFrontier &DF, const TargetData &TD, AliasSetTracker *AST=0) |