Searched refs:ChildEdgeIteratorType (Results 1 – 7 of 7) 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(); }
457 using ChildEdgeIteratorType = CallGraphNode::const_iterator;467 static ChildEdgeIteratorType child_edge_begin(NodeRef N) {470 static ChildEdgeIteratorType child_edge_end(NodeRef N) { return N->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
1763 using ChildEdgeIteratorType = std::vector<FunctionSummary::EdgeTy>::iterator;1787 static ChildEdgeIteratorType child_edge_begin(NodeRef N) {1796 static ChildEdgeIteratorType child_edge_end(NodeRef N) {
3704 using ChildEdgeIteratorType = TinyPtrVector<DepTy>::iterator; typedef