Searched refs:ChildEdgeIteratorType (Results 1 – 8 of 8) sorted by relevance
497 using ChildEdgeIteratorType = DDGNode::iterator;507 static ChildEdgeIteratorType child_edge_begin(NodeRef N) {510 static ChildEdgeIteratorType child_edge_end(NodeRef N) { return N->end(); }537 using ChildEdgeIteratorType = DDGNode::const_iterator;547 static ChildEdgeIteratorType child_edge_begin(NodeRef N) {550 static ChildEdgeIteratorType child_edge_end(NodeRef N) { return N->end(); }
448 using ChildEdgeIteratorType = CallGraphNode::const_iterator;458 static ChildEdgeIteratorType child_edge_begin(NodeRef N) {461 static ChildEdgeIteratorType child_edge_end(NodeRef N) { return N->end(); }
66 using ChildEdgeIteratorType = DGTestNode::iterator; typedef76 static ChildEdgeIteratorType child_edge_begin(NodeRef N) { in child_edge_begin()79 static ChildEdgeIteratorType child_edge_end(NodeRef N) { return N->end(); } in child_edge_end()
136 iterator_range<typename GraphTraits<GraphType>::ChildEdgeIteratorType>
432 using ChildEdgeIteratorType = typename GraphT::Edge const *;434 static ChildEdgeIteratorType child_edge_begin(NodeRef N) {437 static ChildEdgeIteratorType child_edge_end(NodeRef N) {
199 using ChildEdgeIteratorType = typename Traits::ChildEdgeIteratorType; typedef
1611 using ChildEdgeIteratorType = std::vector<FunctionSummary::EdgeTy>::iterator;1635 static ChildEdgeIteratorType child_edge_begin(NodeRef N) {1644 static ChildEdgeIteratorType child_edge_end(NodeRef N) {
3445 using ChildEdgeIteratorType = TinyPtrVector<DepTy>::iterator; typedef