HomeSort by: relevance | last modified time | path
    Searched refs:CoroSuspendAsyncInst (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroSplit.cpp 459 auto *AsyncSuspend = cast<CoroSuspendAsyncInst>(Suspend);
720 isa<CoroSuspendAsyncInst>(ActiveSuspend)) ||
762 auto *ActiveAsyncSuspend = cast<CoroSuspendAsyncInst>(ActiveSuspend);
769 cast<CoroSuspendAsyncInst>(VMap[ActiveSuspend])->getDebugLoc();
1491 static void replaceAsyncResumeFunction(CoroSuspendAsyncInst *Suspend,
1501 Suspend->setOperand(CoroSuspendAsyncInst::ResumeFunctionArg,
1574 auto *Suspend = cast<CoroSuspendAsyncInst>(Shape.CoroSuspends[Idx]);
1598 CoroSuspendAsyncInst::MustTailCallFuncArg + 1);
Coroutines.cpp 281 auto *Suspend = cast<CoroSuspendAsyncInst>(II);
715 void CoroSuspendAsyncInst::checkWellFormed() const {
CoroInstr.h 525 class LLVM_LIBRARY_VISIBILITY CoroSuspendAsyncInst : public AnyCoroSuspendInst {
CoroFrame.cpp 140 if (isa<CoroSuspendRetconInst>(I) || isa<CoroSuspendAsyncInst>(I)) {

Completed in 19 milliseconds