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

References

utils/TableGen/DAGISelMatcherOpt.cpp
  191   while (!Scope) {
  197     Scope = dyn_cast<ScopeMatcher>(N);
  198     if (!Scope)
  207   for (unsigned i = 0, e = Scope->getNumChildren(); i != e; ++i) {
  209     std::unique_ptr<Matcher> Child(Scope->takeChild(i));
  461   Scope->setNumChildren(NewOptionsToMatch.size());
  463     Scope->resetChild(i, NewOptionsToMatch[i]);