Searched refs:InResume (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroSplit.cpp | 228 bool InResume, CallGraph *CG) { in replaceFallthroughCoroEnd() argument 238 if (!InResume) in replaceFallthroughCoroEnd() 285 Value *FramePtr, bool InResume, in replaceUnwindCoroEnd() argument 292 if (!InResume) in replaceUnwindCoroEnd() 315 Value *FramePtr, bool InResume, CallGraph *CG) { in replaceCoroEnd() argument 317 replaceUnwindCoroEnd(End, Shape, FramePtr, InResume, CG); in replaceCoroEnd() 319 replaceFallthroughCoroEnd(End, Shape, FramePtr, InResume, CG); in replaceCoroEnd() 322 End->replaceAllUsesWith(InResume ? ConstantInt::getTrue(Context) in replaceCoroEnd()
|