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.cpp1744 auto NextF = std::next(F.getIterator()); in splitCoroutine() local
1767 NextF, Suspend); in splitCoroutine()
1858 auto NextF = std::next(F.getIterator()); in splitCoroutine() local
1867 F, Shape, ".resume." + Twine(Idx), NextF, nullptr); in splitCoroutine()