Searched refs:InResume (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroSplit.cpp | 216 bool InResume, CallGraph *CG) { in replaceFallthroughCoroEnd() argument 228 if (!InResume) in replaceFallthroughCoroEnd() 348 Value *FramePtr, bool InResume, in replaceUnwindCoroEnd() argument 362 if (!InResume) in replaceUnwindCoroEnd() 386 Value *FramePtr, bool InResume, CallGraph *CG) { in replaceCoroEnd() argument 388 replaceUnwindCoroEnd(End, Shape, FramePtr, InResume, CG); in replaceCoroEnd() 390 replaceFallthroughCoroEnd(End, Shape, FramePtr, InResume, CG); in replaceCoroEnd() 393 End->replaceAllUsesWith(InResume ? ConstantInt::getTrue(Context) in replaceCoroEnd()
|