Searched refs:ResumeOrDestroy (Results 1 – 1 of 1) sorted by relevance
1298 static bool hasCallsBetween(Instruction *Save, Instruction *ResumeOrDestroy) { in hasCallsBetween() argument1300 auto *ResumeOrDestroyBB = ResumeOrDestroy->getParent(); in hasCallsBetween()1303 return hasCallsInBlockBetween(Save->getNextNode(), ResumeOrDestroy); in hasCallsBetween()1311 ResumeOrDestroy)) in hasCallsBetween()