Home
last modified time | relevance | path

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

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