Searched refs:ResumeOrDestroyBB (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1134 auto *ResumeOrDestroyBB = ResumeOrDestroy->getParent(); local
1136 if (SaveBB == ResumeOrDestroyBB)
1144 if (hasCallsInBlockBetween(ResumeOrDestroyBB->getFirstNonPHI(),
1148 // Any calls in all of the blocks between SaveBB and ResumeOrDestroyBB?
1149 if (hasCallsInBlocksBetween(SaveBB, ResumeOrDestroyBB))

Completed in 40 milliseconds