Searched refs:InResume (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroSplit.cpp | 307 bool InResume, CallGraph *CG) { in replaceFallthroughCoroEnd() argument 319 if (!InResume) in replaceFallthroughCoroEnd() 439 Value *FramePtr, bool InResume, in replaceUnwindCoroEnd() argument 453 if (!InResume) in replaceUnwindCoroEnd() 477 Value *FramePtr, bool InResume, CallGraph *CG) { in replaceCoroEnd() argument 479 replaceUnwindCoroEnd(End, Shape, FramePtr, InResume, CG); in replaceCoroEnd() 481 replaceFallthroughCoroEnd(End, Shape, FramePtr, InResume, CG); in replaceCoroEnd() 484 End->replaceAllUsesWith(InResume ? ConstantInt::getTrue(Context) in replaceCoroEnd()
|