Lines Matching refs:nodes
39 /// nodes.
84 MarkGlueResults, // Indicate which interior nodes have glue results.
157 /// we can move this matcher past all of the nodes in-between Other and this
169 // we always match a node against nodes with kinds that are greater or equal
720 /// MatchNumber - This is the recorded nodes slot that contains the node we
928 /// chains together with a token factor. The list of nodes are the nodes
930 /// chains of these nodes if they are not themselves a node in the pattern.
934 EmitMergeInputChainsMatcher(ArrayRef<unsigned> nodes)
935 : Matcher(EmitMergeInputChains), ChainNodes(nodes.begin(), nodes.end()) {}
1118 /// MarkGlueResultsMatcher - This node indicates which non-root nodes in the
1124 MarkGlueResultsMatcher(ArrayRef<unsigned> nodes)
1125 : Matcher(MarkGlueResults), GlueResultNodes(nodes.begin(), nodes.end()) {}
1147 /// pattern with the newly generated nodes. This also prints a comment