Home
last modified time | relevance | path

Searched refs:EdgeRef (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSyntheticCountsUtils.h33 using EdgeRef = typename CGT::EdgeRef; variable
39 function_ref<std::optional<Scaled64>(NodeRef, EdgeRef)>;
H A DCallGraph.h438 using EdgeRef = const CallGraphNode::CallRecord &;
460 static NodeRef edge_dest(EdgeRef E) { return E.second; }
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DSyntheticCountsUtils.cpp27 SmallVector<std::pair<NodeRef, EdgeRef>, 8> SCCEdges, NonSCCEdges; in propagateFromSCC()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DImmutableGraph.h408 using EdgeRef = typename GraphT::Edge const &;
410 static NodeRef edge_dest(EdgeRef E) { return E.getDest(); }
H A DX86LoadValueInjectionLoadHardening.cpp195 using EdgeRef = typename Traits::EdgeRef; typedef
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1977 using EdgeRef = FunctionSummary::EdgeTy &;
2029 static NodeRef edge_dest(EdgeRef E) { return E.first; }
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp1217 using EdgeRef = const SplitGraph::Edge *; typedef
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp2112 using EdgeRef = const DisplayEdge *; typedef
2132 static NodeRef edge_dest(EdgeRef E) { return &E->getDestinationNode(); } in edge_dest()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp4128 using EdgeRef = PointerIntPair<AADepGraphNode *, 1>; typedef