Searched refs:ResumeOrDestroy (Results 1 – 1 of 1) sorted by relevance
1242 static bool hasCallsBetween(Instruction *Save, Instruction *ResumeOrDestroy) { in hasCallsBetween() argument1244 auto *ResumeOrDestroyBB = ResumeOrDestroy->getParent(); in hasCallsBetween()1246 BasicBlock::iterator ResumeOrDestroyIt = ResumeOrDestroy->getIterator(); in hasCallsBetween()