Searched refs:InResume (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroSplit.cpp | 229 bool InResume, CallGraph *CG) { in replaceFallthroughCoroEnd() argument 241 if (!InResume) in replaceFallthroughCoroEnd() 360 Value *FramePtr, bool InResume, in replaceUnwindCoroEnd() argument 374 if (!InResume) in replaceUnwindCoroEnd() 398 Value *FramePtr, bool InResume, CallGraph *CG) { in replaceCoroEnd() argument 400 replaceUnwindCoroEnd(End, Shape, FramePtr, InResume, CG); in replaceCoroEnd() 402 replaceFallthroughCoroEnd(End, Shape, FramePtr, InResume, CG); in replaceCoroEnd() 405 End->replaceAllUsesWith(InResume ? ConstantInt::getTrue(Context) in replaceCoroEnd()
|