Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DInstructionSelectorImpl.h59 SmallVector<uint64_t, 4> OnFailResumeAt; in executeMatchTable() local
65 if (OnFailResumeAt.empty()) in executeMatchTable()
67 CurrentIdx = OnFailResumeAt.pop_back_val(); in executeMatchTable()
70 << OnFailResumeAt.size() << " try-blocks remain)\n"); in executeMatchTable()
81 OnFailResumeAt.push_back(MatchTable[CurrentIdx++]); in executeMatchTable()
180 OnFailResumeAt.push_back(Default); in executeMatchTable()
224 OnFailResumeAt.push_back(Default); in executeMatchTable()