Searched refs:replaceCoroEnd (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroSplit.cpp | 314 static void replaceCoroEnd(AnyCoroEndInst *End, const coro::Shape &Shape, in replaceCoroEnd() function 584 replaceCoroEnd(NewCE, Shape, NewFramePtr, /*in resume*/ true, nullptr); in replaceCoroEnds() 1045 replaceCoroEnd(End, Shape, Shape.FramePtr, /*in resume*/ false, CG); in removeCoroEnds()
|