Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1595 auto NextF = std::next(F.getIterator()); in splitAsyncCoroutine() local
1619 NextF, Suspend); in splitAsyncCoroutine()
1711 auto NextF = std::next(F.getIterator()); in splitRetconCoroutine() local
1720 createCloneDeclaration(F, Shape, ".resume." + Twine(i), NextF, nullptr); in splitRetconCoroutine()