Searched refs:FailIndex (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2150 /// FailIndex - If this match fails, this is the index to continue with.
2151 unsigned FailIndex; member in struct:__anon7416::MatchScope
2297 unsigned FailIndex;
2305 FailIndex = 0;
2309 FailIndex = MatcherIndex+NumToSkip;
2325 << ", continuing at " << FailIndex << "\n");
2330 MatcherIndex = FailIndex;
2334 if (FailIndex == 0) break;
2339 NewEntry.FailIndex = FailIndex;
[all...]

Completed in 177 milliseconds