Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:NewEntry

2907       MatchScope NewEntry;
2908 NewEntry.FailIndex = FailIndex;
2909 NewEntry.NodeStack.append(NodeStack.begin(), NodeStack.end());
2910 NewEntry.NumRecordedNodes = RecordedNodes.size();
2911 NewEntry.NumMatchedMemRefs = MatchedMemRefs.size();
2912 NewEntry.InputChain = InputChain;
2913 NewEntry.InputGlue = InputGlue;
2914 NewEntry.HasChainNodesMatched = !ChainNodesMatched.empty();
2915 MatchScopes.push_back(NewEntry);