Lines Matching refs:NodeRef
1319 using NodeRef = VPBlockBase *;
1322 static NodeRef getEntryNode(NodeRef N) { return N; }
1324 static inline ChildIteratorType child_begin(NodeRef N) {
1328 static inline ChildIteratorType child_end(NodeRef N) {
1334 using NodeRef = const VPBlockBase *;
1337 static NodeRef getEntryNode(NodeRef N) { return N; }
1339 static inline ChildIteratorType child_begin(NodeRef N) {
1343 static inline ChildIteratorType child_end(NodeRef N) {
1351 using NodeRef = VPBlockBase *;
1354 static NodeRef getEntryNode(Inverse<NodeRef> B) { return B.Graph; }
1356 static inline ChildIteratorType child_begin(NodeRef N) {
1360 static inline ChildIteratorType child_end(NodeRef N) {
1375 using nodes_iterator = df_iterator<NodeRef>;
1377 static NodeRef getEntryNode(GraphRef N) { return N->getEntry(); }
1394 using nodes_iterator = df_iterator<NodeRef>;
1396 static NodeRef getEntryNode(GraphRef N) { return N->getEntry(); }
1413 using nodes_iterator = df_iterator<NodeRef>;
1415 static NodeRef getEntryNode(Inverse<GraphRef> N) {