Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp282 if (CII->getCoroutine() != CII->getFunction()) in collectPostSplitCoroIds()
361 << "Elide " << CoroId->getCoroutine()->getName() << " in " in processCoroId()
H A DCoroInstr.h182 Function *getCoroutine() const { in getCoroutine() function