Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1514 static bool hasCallsInBlockBetween(Instruction *From, Instruction *To) { in hasCallsInBlockBetween() function
1549 if (hasCallsInBlockBetween(BB->getFirstNonPHI(), nullptr)) in hasCallsInBlocksBetween()
1560 return hasCallsInBlockBetween(Save->getNextNode(), ResumeOrDestroy); in hasCallsBetween()
1563 if (hasCallsInBlockBetween(Save->getNextNode(), nullptr)) in hasCallsBetween()
1567 if (hasCallsInBlockBetween(ResumeOrDestroyBB->getFirstNonPHI(), in hasCallsBetween()