Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp151 if (CII->getCoroutine() != CII->getFunction()) in collectPostSplitCoroIds()
409 auto CalleeCoroutineName = CoroId->getCoroutine()->getName(); in attemptElide()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/
H A DCoroInstr.h217 Function *getCoroutine() const { in getCoroutine() function
222 assert(getCoroutine() == getFunction() && "Don't change coroutine."); in setCoroutineSelf()