Home
last modified time | relevance | path

Searched refs:ResumeOrDestroy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1242 static bool hasCallsBetween(Instruction *Save, Instruction *ResumeOrDestroy) { in hasCallsBetween() argument
1244 auto *ResumeOrDestroyBB = ResumeOrDestroy->getParent(); in hasCallsBetween()
1246 BasicBlock::iterator ResumeOrDestroyIt = ResumeOrDestroy->getIterator(); in hasCallsBetween()