Searched refs:Resumers (Results 1 – 2 of 2) sorted by relevance
230 ConstantArray *Resumers = CoroId->getInfo().Resumers; in processCoroId() local231 assert(Resumers && "PostSplit coro.id Info argument must refer to an array" in processCoroId()234 ConstantExpr::getExtractValue(Resumers, CoroSubFnInst::ResumeIndex); in processCoroId()241 Resumers, in processCoroId()
156 ConstantArray *Resumers = nullptr; member159 bool isPostSplit() const { return Resumers != nullptr; } in isPostSplit()173 Result.Resumers = cast<ConstantArray>(Initializer); in getInfo()