Home
last modified time | relevance | path

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

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