Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroElide.cpp230 ConstantArray *Resumers = CoroId->getInfo().Resumers; in processCoroId() local
231 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()
DCoroInstr.h140 ConstantArray *Resumers = nullptr; member
143 bool isPostSplit() const { return Resumers != nullptr; } in isPostSplit()
157 Result.Resumers = cast<ConstantArray>(Initializer); in getInfo()