Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1201 static bool hasCallsInBlockBetween(iterator_range<BasicBlock::iterator> R) { in hasCallsInBlockBetween() function
1236 if (hasCallsInBlockBetween({BB->getFirstNonPHIIt(), BB->end()})) in hasCallsInBlocksBetween()
1249 return hasCallsInBlockBetween({std::next(SaveIt), ResumeOrDestroyIt}); in hasCallsBetween()
1252 if (hasCallsInBlockBetween({std::next(SaveIt), SaveBB->end()})) in hasCallsBetween()
1256 if (hasCallsInBlockBetween( in hasCallsBetween()