Searched refs:isAllocaPromotable (Results 1 – 5 of 5) sorted by relevance
33 bool isAllocaPromotable(const AllocaInst *AI);
79 if (isAllocaPromotable(AI)) in INITIALIZE_PASS_DEPENDENCY()
51 bool llvm::isAllocaPromotable(const AllocaInst *AI) { in isAllocaPromotable() function in llvm525 assert(isAllocaPromotable(AI) && "Cannot promote non-promotable alloca!"); in run()
802 (!ClSkipPromotableAllocas || !isAllocaPromotable(&AI) || in isInterestingAlloca()
1045 if (isAllocaPromotable(SEHExceptionCodeSlot)) { in prepareExceptionHandlers()