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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp321 ConstantArray *Resumers = CoroId->getInfo().Resumers; local
322 assert(Resumers && "PostSplit coro.id Info argument must refer to an array"
325 ConstantExpr::getExtractValue(Resumers, CoroSubFnInst::ResumeIndex);
332 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 107 milliseconds