Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:NewEntry

2184       MatchScope NewEntry;
2185 NewEntry.FailIndex = FailIndex;
2186 NewEntry.NodeStack.append(NodeStack.begin(), NodeStack.end());
2187 NewEntry.NumRecordedNodes = RecordedNodes.size();
2188 NewEntry.NumMatchedMemRefs = MatchedMemRefs.size();
2189 NewEntry.InputChain = InputChain;
2190 NewEntry.InputGlue = InputGlue;
2191 NewEntry.HasChainNodesMatched = !ChainNodesMatched.empty();
2192 NewEntry.HasGlueResultNodesMatched = !GlueResultNodesMatched.empty();
2193 MatchScopes.push_back(NewEntry);