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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroInstr.h 440 class LLVM_LIBRARY_VISIBILITY CoroSaveInst : public IntrinsicInst {
479 CoroSaveInst *getCoroSave() const;
497 CoroSaveInst *getCoroSave() const {
499 if (auto *SI = dyn_cast<CoroSaveInst>(Arg))
518 inline CoroSaveInst *AnyCoroSuspendInst::getCoroSave() const {
Coroutines.cpp 244 static CoroSaveInst *createCoroSave(CoroBeginInst *CoroBegin,
249 cast<CoroSaveInst>(CallInst::Create(Fn, CoroBegin, "", SuspendInst));
261 SmallVector<CoroSaveInst *, 2> UnusedCoroSaves;
278 UnusedCoroSaves.push_back(cast<CoroSaveInst>(II));
515 for (CoroSaveInst *CoroSave : UnusedCoroSaves)
CoroFrame.cpp 1914 return isa<CoroIdInst>(&I) || isa<CoroSaveInst>(&I) ||

Completed in 28 milliseconds