Searched refs:ChildEdgeIteratorType (Results 1 – 12 of 12) sorted by relevance
442 using ChildEdgeIteratorType = DDGNode::iterator;452 static ChildEdgeIteratorType child_edge_begin(NodeRef N) {455 static ChildEdgeIteratorType child_edge_end(NodeRef N) { return N->end(); }482 using ChildEdgeIteratorType = DDGNode::const_iterator;492 static ChildEdgeIteratorType child_edge_begin(NodeRef N) {495 static ChildEdgeIteratorType child_edge_end(NodeRef N) { return N->end(); }
436 using ChildEdgeIteratorType = CallGraphNode::const_iterator;446 static ChildEdgeIteratorType child_edge_begin(NodeRef N) {449 static ChildEdgeIteratorType child_edge_end(NodeRef N) { return N->end(); }
482 using ChildEdgeIteratorType = DDGNode::iterator;492 static ChildEdgeIteratorType child_edge_begin(NodeRef N) {495 static ChildEdgeIteratorType child_edge_end(NodeRef N) { return N->end(); }522 using ChildEdgeIteratorType = DDGNode::const_iterator;532 static ChildEdgeIteratorType child_edge_begin(NodeRef N) {535 static ChildEdgeIteratorType child_edge_end(NodeRef N) { return N->end(); }
456 using ChildEdgeIteratorType = CallGraphNode::const_iterator;466 static ChildEdgeIteratorType child_edge_begin(NodeRef N) {469 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()
134 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
1517 using ChildEdgeIteratorType = std::vector<FunctionSummary::EdgeTy>::iterator;1541 static ChildEdgeIteratorType child_edge_begin(NodeRef N) {1550 static ChildEdgeIteratorType child_edge_end(NodeRef N) {
1407 using ChildEdgeIteratorType = std::vector<FunctionSummary::EdgeTy>::iterator;1431 static ChildEdgeIteratorType child_edge_begin(NodeRef N) {1440 static ChildEdgeIteratorType child_edge_end(NodeRef N) {
2438 using ChildEdgeIteratorType = TinyPtrVector<DepTy>::iterator; typedef