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()
64 bool llvm::isAllocaPromotable(const AllocaInst *AI) { in isAllocaPromotable() function in llvm735 assert(isAllocaPromotable(AI) && "Cannot promote non-promotable alloca!"); in run()
401 assert(isAllocaPromotable(Pair.second) && in doPromotion()
2606 assert(isAllocaPromotable(Alloca)); in eliminateSwiftErrorAlloca()
1283 (!ClSkipPromotableAllocas || !isAllocaPromotable(&AI)) && in isInterestingAlloca()
5318 isAllocaPromotable(AI)) in runSROA()