Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp324 if (auto *AsyncEnd = dyn_cast<CoroAsyncEndInst>(II)) { in buildFrom() local
325 AsyncEnd->checkWellFormed(); in buildFrom()
H A DCoroFrame.cpp2614 if (auto *AsyncEnd = dyn_cast<CoroAsyncEndInst>(CE)) { in buildCoroutineFrame() local
2615 auto *MustTailCallFn = AsyncEnd->getMustTailCallFunction(); in buildCoroutineFrame()
2618 IRBuilder<> Builder(AsyncEnd); in buildCoroutineFrame()
2619 SmallVector<Value *, 8> Args(AsyncEnd->args()); in buildCoroutineFrame()
2621 auto *Call = createMustTailCall(AsyncEnd->getDebugLoc(), MustTailCallFn, in buildCoroutineFrame()