Searched refs:isAllocaPromotable (Results 1 – 3 of 3) sorted by relevance
29 bool isAllocaPromotable(const AllocaInst *AI);
73 if (isAllocaPromotable(AI)) in INITIALIZE_PASS_DEPENDENCY()
82 bool llvm::isAllocaPromotable(const AllocaInst *AI) { in isAllocaPromotable() function in llvm399 assert(isAllocaPromotable(AI) && in run()