Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1334 static bool hasCallsInBlockBetween(Instruction *From, Instruction *To) { in hasCallsInBlockBetween() function
1369 if (hasCallsInBlockBetween(BB->getFirstNonPHI(), nullptr)) in hasCallsInBlocksBetween()
1380 return hasCallsInBlockBetween(Save->getNextNode(), ResumeOrDestroy); in hasCallsBetween()
1383 if (hasCallsInBlockBetween(Save->getNextNode(), nullptr)) in hasCallsBetween()
1387 if (hasCallsInBlockBetween(ResumeOrDestroyBB->getFirstNonPHI(), in hasCallsBetween()