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

/external/llvm/include/llvm/Transforms/Utils/
H A DPromoteMemToReg.h32 bool isAllocaPromotable(const AllocaInst *AI);
/external/llvm/lib/Transforms/Utils/
H A DMem2Reg.cpp74 if (isAllocaPromotable(AI))
H A DPromoteMemoryToRegister.cpp60 bool llvm::isAllocaPromotable(const AllocaInst *AI) { function in class:llvm
532 assert(isAllocaPromotable(AI) && "Cannot promote non-promotable alloca!");

Completed in 2516 milliseconds