Home
last modified time | relevance | path

Searched refs:getCoroSave (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h479 CoroSaveInst *getCoroSave() const;
497 CoroSaveInst *getCoroSave() const { in getCoroSave() function
518 inline CoroSaveInst *AnyCoroSuspendInst::getCoroSave() const { in getCoroSave() function
520 return Suspend->getCoroSave(); in getCoroSave()
H A DCoroutines.cpp166 assert(!SuspendInst->getCoroSave()); in createCoroSave()
276 if (auto *CoroSave = CS->getCoroSave()) in buildFrom()
306 if (!Suspend->getCoroSave()) in buildFrom()
H A DCoroSplit.cpp393 auto *Save = S->getCoroSave(); in createResumeEntryBlock()
1517 auto *Save = Suspend->getCoroSave(); in simplifySuspendPoint()
H A DCoroFrame.cpp225 if (auto *Save = CSI->getCoroSave()) in SuspendCrossingInfo()
2663 if (auto *Save = CSI->getCoroSave()) in buildCoroutineFrame()