Home
last modified time | relevance | path

Searched refs:AsyncEnd (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp242 if (auto *AsyncEnd = dyn_cast<CoroAsyncEndInst>(II)) { in buildFrom() local
243 AsyncEnd->checkWellFormed(); in buildFrom()
H A DCoroFrame.cpp2676 if (auto *AsyncEnd = dyn_cast<CoroAsyncEndInst>(CE)) { in buildCoroutineFrame() local
2677 auto *MustTailCallFn = AsyncEnd->getMustTailCallFunction(); in buildCoroutineFrame()
2680 IRBuilder<> Builder(AsyncEnd); in buildCoroutineFrame()
2681 SmallVector<Value *, 8> Args(AsyncEnd->args()); in buildCoroutineFrame()
2683 auto *Call = createMustTailCall(AsyncEnd->getDebugLoc(), MustTailCallFn, in buildCoroutineFrame()