Searched refs:isAllocaPromotable (Results 1 – 4 of 4) sorted by relevance
33 bool isAllocaPromotable(const AllocaInst *AI);
82 if (isAllocaPromotable(AI)) in INITIALIZE_PASS_DEPENDENCY()
51 bool llvm::isAllocaPromotable(const AllocaInst *AI) { in isAllocaPromotable() function in llvm531 assert(isAllocaPromotable(AI) && "Cannot promote non-promotable alloca!"); in run()
864 (!ClSkipPromotableAllocas || !isAllocaPromotable(&AI)) && in isInterestingAlloca()