Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutorImpl.h57 SmallVector<uint64_t, 4> OnFailResumeAt; in executeMatchTable() local
70 if (OnFailResumeAt.empty()) in executeMatchTable()
72 CurrentIdx = OnFailResumeAt.pop_back_val(); in executeMatchTable()
75 << OnFailResumeAt.size() << " try-blocks remain)\n"); in executeMatchTable()
148 OnFailResumeAt.push_back(readU32()); in executeMatchTable()
261 OnFailResumeAt.push_back(Default); in executeMatchTable()
308 OnFailResumeAt.push_back(Default); in executeMatchTable()