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

References

lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
 2928       NewEntry.FailIndex = FailIndex;
 2929       NewEntry.NodeStack.append(NodeStack.begin(), NodeStack.end());
 2930       NewEntry.NumRecordedNodes = RecordedNodes.size();
 2931       NewEntry.NumMatchedMemRefs = MatchedMemRefs.size();
 2932       NewEntry.InputChain = InputChain;
 2933       NewEntry.InputGlue = InputGlue;
 2934       NewEntry.HasChainNodesMatched = !ChainNodesMatched.empty();
 2935       MatchScopes.push_back(NewEntry);