Searched refs:ChildEdgeIteratorType (Results 1 – 7 of 7) sorted by relevance
508 using ChildEdgeIteratorType = DDGNode::iterator;518 static ChildEdgeIteratorType child_edge_begin(NodeRef N) {521 static ChildEdgeIteratorType child_edge_end(NodeRef N) { return N->end(); }548 using ChildEdgeIteratorType = DDGNode::const_iterator;558 static ChildEdgeIteratorType child_edge_begin(NodeRef N) {561 static ChildEdgeIteratorType child_edge_end(NodeRef N) { return N->end(); }
449 using ChildEdgeIteratorType = CallGraphNode::const_iterator;459 static ChildEdgeIteratorType child_edge_begin(NodeRef N) {462 static ChildEdgeIteratorType child_edge_end(NodeRef N) { return N->end(); }
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
134 iterator_range<typename GraphTraits<GraphType>::ChildEdgeIteratorType>
1544 using ChildEdgeIteratorType = std::vector<FunctionSummary::EdgeTy>::iterator;1568 static ChildEdgeIteratorType child_edge_begin(NodeRef N) {1577 static ChildEdgeIteratorType child_edge_end(NodeRef N) {
2492 using ChildEdgeIteratorType = TinyPtrVector<DepTy>::iterator; typedef