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.cpp167 if (CII->getCoroutine() != CII->getFunction()) in collectPostSplitCoroIds()
425 auto CalleeCoroutineName = CoroId->getCoroutine()->getName(); in attemptElide()
H A DCoroInstr.h215 Function *getCoroutine() const { in getCoroutine() function