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

References

utils/TableGen/DAGISelMatcherOpt.cpp
  216           OptionsToMatch.push_back(SM->takeChild(j));
  218         OptionsToMatch.push_back(Child.release());
  227   for (unsigned OptionIdx = 0, e = OptionsToMatch.size(); OptionIdx != e;) {
  229     Matcher *Optn = OptionsToMatch[OptionIdx++];
  245     while (OptionIdx != e && OptionsToMatch[OptionIdx]->isEqual(Optn))
  246       EqualMatchers.push_back(OptionsToMatch[OptionIdx++]);
  257       Matcher *ScanMatcher = OptionsToMatch[Scan];
  265         OptionsToMatch.erase(OptionsToMatch.begin()+Scan);
  265         OptionsToMatch.erase(OptionsToMatch.begin()+Scan);
  287           OptionsToMatch[Scan] = M2;
  301                  OptionsToMatch[Scan]->print(errs(), 4);
  302                  if (Scan + 1 != e) OptionsToMatch[Scan + 1]->printOne(errs());
  303                  if (Scan + 2 < e) OptionsToMatch[Scan + 2]->printOne(errs());