Searched refs:isAllocaPromotable (Results 1 – 7 of 7) sorted by relevance
30 bool isAllocaPromotable(const AllocaInst *AI);
32 bool isAllocaPromotable(const AllocaInst *AI);
73 if (isAllocaPromotable(AI)) in INITIALIZE_PASS_DEPENDENCY()
80 bool llvm::isAllocaPromotable(const AllocaInst *AI) { in isAllocaPromotable() function in llvm397 assert(isAllocaPromotable(AI) && in run()
43 if (isAllocaPromotable(AI)) in promoteMemoryToRegister()
51 bool llvm::isAllocaPromotable(const AllocaInst *AI) { in isAllocaPromotable() function in llvm531 assert(isAllocaPromotable(AI) && "Cannot promote non-promotable alloca!"); in run()
926 (!ClSkipPromotableAllocas || !isAllocaPromotable(&AI)) && in isInterestingAlloca()