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