Searched refs:isAllocaPromotable (Results 1 – 8 of 8) sorted by relevance
30 bool isAllocaPromotable(const AllocaInst *AI);
48 if (isAllocaPromotable(AI)) in promoteMemoryToRegister()
165 !isAllocaPromotable(&AI) && in isInterestingAlloca()
63 bool llvm::isAllocaPromotable(const AllocaInst *AI) { in isAllocaPromotable() function in llvm648 assert(isAllocaPromotable(AI) && "Cannot promote non-promotable alloca!"); in run()
403 assert(isAllocaPromotable(Pair.second) && in doPromotion()
2397 assert(isAllocaPromotable(Alloca)); in eliminateSwiftErrorAlloca()
1260 (!ClSkipPromotableAllocas || !isAllocaPromotable(&AI)) && in isInterestingAlloca()
5130 if (isAllocaPromotable(AI)) in runImpl()