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.cpp259 if (auto *AsyncEnd = dyn_cast<CoroAsyncEndInst>(II)) { in analyze() local
260 AsyncEnd->checkWellFormed(); in analyze()
H A DCoroFrame.cpp2030 if (auto *AsyncEnd = dyn_cast<CoroAsyncEndInst>(CE)) { in normalizeCoroutine() local
2031 auto *MustTailCallFn = AsyncEnd->getMustTailCallFunction(); in normalizeCoroutine()
2034 IRBuilder<> Builder(AsyncEnd); in normalizeCoroutine()
2035 SmallVector<Value *, 8> Args(AsyncEnd->args()); in normalizeCoroutine()
2038 AsyncEnd->getDebugLoc(), MustTailCallFn, TTI, Arguments, Builder); in normalizeCoroutine()