Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp246 if (auto *AsyncEnd = dyn_cast<CoroAsyncEndInst>(II)) { in buildFrom() local
247 AsyncEnd->checkWellFormed(); in buildFrom()
H A DCoroFrame.cpp3127 if (auto *AsyncEnd = dyn_cast<CoroAsyncEndInst>(CE)) { in buildCoroutineFrame() local
3128 auto *MustTailCallFn = AsyncEnd->getMustTailCallFunction(); in buildCoroutineFrame()
3131 IRBuilder<> Builder(AsyncEnd); in buildCoroutineFrame()
3132 SmallVector<Value *, 8> Args(AsyncEnd->args()); in buildCoroutineFrame()
3134 auto *Call = createMustTailCall(AsyncEnd->getDebugLoc(), MustTailCallFn, in buildCoroutineFrame()