Searched refs:isAllocaPromotable (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
H A DPromoteMemToReg.h26 /// isAllocaPromotable - Return true if this alloca is legal for promotion.
29 bool isAllocaPromotable(const AllocaInst *AI);
/external/llvm/lib/Transforms/Utils/
H A DMem2Reg.cpp73 if (isAllocaPromotable(AI))
H A DPromoteMemoryToRegister.cpp79 /// isAllocaPromotable - Return true if this alloca is legal for promotion.
82 bool llvm::isAllocaPromotable(const AllocaInst *AI) { function in class:llvm
399 assert(isAllocaPromotable(AI) &&

Completed in 76 milliseconds