Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/
H A DCoroInstr.h517 CoroSaveInst *getCoroSave() const;
535 CoroSaveInst *getCoroSave() const { in getCoroSave() function
556 inline CoroSaveInst *AnyCoroSuspendInst::getCoroSave() const { in getCoroSave() function
558 return Suspend->getCoroSave(); in getCoroSave()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp175 assert(!SuspendInst->getCoroSave()); in createCoroSave()
360 if (auto *CoroSave = CS->getCoroSave()) in invalidateCoroutine()
383 if (!Suspend->getCoroSave()) in init()
H A DSuspendCrossingInfo.cpp200 if (auto *Save = CSI->getCoroSave()) in SuspendCrossingInfo()
H A DCoroSplit.cpp1297 auto *Save = Suspend->getCoroSave(); in simplifySuspendPoint()
1522 auto *Save = S->getCoroSave(); in createResumeEntryBlock()
H A DCoroFrame.cpp2017 if (auto *Save = CSI->getCoroSave()) in normalizeCoroutine()