Searched refs:replaceCoroEnd (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/ |
H A D | CoroSplit.cpp | 312 static void replaceCoroEnd(AnyCoroEndInst *End, const coro::Shape &Shape, in replaceCoroEnd() function 581 replaceCoroEnd(NewCE, Shape, NewFramePtr, /*in resume*/ true, nullptr); in replaceCoroEnds() 1008 replaceCoroEnd(End, Shape, Shape.FramePtr, /*in resume*/ false, CG); in removeCoroEnds()
|