reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/TableGen/DAGISelMatcherOpt.cpp
  227   for (unsigned OptionIdx = 0, e = OptionsToMatch.size(); OptionIdx != e;) {
  231     if (OptionIdx == e) {
  245     while (OptionIdx != e && OptionsToMatch[OptionIdx]->isEqual(Optn))
  255       if (Scan == e) break;
  266         --e;
  296     if (Scan != e &&
  298         Scan+1 != e) {
  302                  if (Scan + 1 != e) OptionsToMatch[Scan + 1]->printOne(errs());
  303                  if (Scan + 2 < e) OptionsToMatch[Scan + 2]->printOne(errs());