Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp239 if (auto *AsyncEnd = dyn_cast<CoroAsyncEndInst>(II)) { in buildFrom() local
240 AsyncEnd->checkWellFormed(); in buildFrom()
H A DCoroFrame.cpp3095 if (auto *AsyncEnd = dyn_cast<CoroAsyncEndInst>(CE)) { in buildCoroutineFrame() local
3096 auto *MustTailCallFn = AsyncEnd->getMustTailCallFunction(); in buildCoroutineFrame()
3099 IRBuilder<> Builder(AsyncEnd); in buildCoroutineFrame()
3100 SmallVector<Value *, 8> Args(AsyncEnd->args()); in buildCoroutineFrame()
3102 auto *Call = createMustTailCall(AsyncEnd->getDebugLoc(), MustTailCallFn, in buildCoroutineFrame()