Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1464 static bool hasCallsBetween(Instruction *Save, Instruction *ResumeOrDestroy) { in hasCallsBetween() function
1518 if (hasCallsBetween(Save, CB)) in simplifySuspendPoint()