Searched refs:Resumers (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp230 ConstantArray *Resumers = CoroId->getInfo().Resumers; local
231 assert(Resumers && "PostSplit coro.id Info argument must refer to an array"
234 ConstantExpr::getExtractValue(Resumers, CoroSubFnInst::ResumeIndex);
241 Resumers,
H A DCoroInstr.h156 ConstantArray *Resumers = nullptr; member in struct:llvm::CoroIdInst::Info
159 bool isPostSplit() const { return Resumers != nullptr; }
173 Result.Resumers = cast<ConstantArray>(Initializer);

Completed in 109 milliseconds