Searched refs:EdgeRef (Results 1 – 9 of 9) sorted by relevance
33 using EdgeRef = typename CGT::EdgeRef; variable39 function_ref<std::optional<Scaled64>(NodeRef, EdgeRef)>;
438 using EdgeRef = const CallGraphNode::CallRecord &;460 static NodeRef edge_dest(EdgeRef E) { return E.second; }
27 SmallVector<std::pair<NodeRef, EdgeRef>, 8> SCCEdges, NonSCCEdges; in propagateFromSCC()
408 using EdgeRef = typename GraphT::Edge const &;410 static NodeRef edge_dest(EdgeRef E) { return E.getDest(); }
195 using EdgeRef = typename Traits::EdgeRef; typedef
1977 using EdgeRef = FunctionSummary::EdgeTy &;2029 static NodeRef edge_dest(EdgeRef E) { return E.first; }
1217 using EdgeRef = const SplitGraph::Edge *; typedef
2112 using EdgeRef = const DisplayEdge *; typedef2132 static NodeRef edge_dest(EdgeRef E) { return &E->getDestinationNode(); } in edge_dest()
4128 using EdgeRef = PointerIntPair<AADepGraphNode *, 1>; typedef