Searched refs:isAllocaPromotable (Results 1 – 9 of 9) sorted by relevance
32 LLVM_ABI bool isAllocaPromotable(const AllocaInst *AI);
48 if (isAllocaPromotable(AI)) in promoteMemoryToRegister()
204 !isAllocaPromotable(&AI) && in getAllocaInterestingness()
66 bool llvm::isAllocaPromotable(const AllocaInst *AI) { in isAllocaPromotable() function in llvm809 assert(isAllocaPromotable(AI) && "Cannot promote non-promotable alloca!"); in run()
417 assert(isAllocaPromotable(Pair.second) && in doPromotion()
1678 assert(isAllocaPromotable(Alloca)); in eliminateSwiftErrorAlloca()
1430 (!ClSkipPromotableAllocas || !isAllocaPromotable(&AI)) && in isInterestingAlloca()
5822 isAllocaPromotable(AI)) in runSROA()
19156 {"_ZN4llvm18isAllocaPromotableEPKNS_10AllocaInstE", "llvm::isAllocaPromotable(llvm::AllocaInst cons…