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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroElide.cpp 325 ConstantArray *Resumers = CoroId->getInfo().Resumers;
326 assert(Resumers && "PostSplit coro.id Info argument must refer to an array"
329 ConstantExpr::getExtractValue(Resumers, CoroSubFnInst::ResumeIndex);
336 Resumers,
CoroInstr.h 156 ConstantArray *Resumers = nullptr;
159 bool isPostSplit() const { return Resumers != nullptr; }
173 Result.Resumers = cast<ConstantArray>(Initializer);

Completed in 22 milliseconds