Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroInstr.h39 enum ResumeKind { enum
49 ResumeKind getIndex() const { in getIndex()
53 return static_cast<ResumeKind>(Index); in getIndex()
DCoroEarly.cpp32 void lowerResumeOrDestroy(CallSite CS, CoroSubFnInst::ResumeKind);
52 CoroSubFnInst::ResumeKind Index) { in lowerResumeOrDestroy()