Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp228 bool InResume, CallGraph *CG) { in replaceFallthroughCoroEnd() argument
238 if (!InResume) in replaceFallthroughCoroEnd()
306 Value *FramePtr, bool InResume, in replaceUnwindCoroEnd() argument
320 if (!InResume) in replaceUnwindCoroEnd()
344 Value *FramePtr, bool InResume, CallGraph *CG) { in replaceCoroEnd() argument
346 replaceUnwindCoroEnd(End, Shape, FramePtr, InResume, CG); in replaceCoroEnd()
348 replaceFallthroughCoroEnd(End, Shape, FramePtr, InResume, CG); in replaceCoroEnd()
351 End->replaceAllUsesWith(InResume ? ConstantInt::getTrue(Context) in replaceCoroEnd()