Searched refs:getCoroutine (Results 1 – 2 of 2) sorted by relevance
151 if (CII->getCoroutine() != CII->getFunction()) in collectPostSplitCoroIds()409 auto CalleeCoroutineName = CoroId->getCoroutine()->getName(); in attemptElide()
217 Function *getCoroutine() const { in getCoroutine() function222 assert(getCoroutine() == getFunction() && "Don't change coroutine."); in setCoroutineSelf()