Searched refs:isAliveAfter (Results 1 – 3 of 3) sorted by relevance
45 bool StackLifetime::isAliveAfter(const AllocaInst *AI, in isAliveAfter() function in StackLifetime385 if (SL.isAliveAfter(KV.getFirst(), Instr)) in printInfoComment()
439 if (AI && !SL.isAliveAfter(AI, I)) { in analyzeAllUses() 452 if (AI && !SL.isAliveAfter(AI, I)) { in analyzeAllUses() 488 if (AI && !SL.isAliveAfter(AI, I)) { in analyzeAllUses()
158 bool isAliveAfter(const AllocaInst *AI, const Instruction *I) const;