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

/external/llvm/lib/Transforms/Utils/
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
403 assert(isAllocaPromotable(AI) &&

Completed in 43 milliseconds