Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DSyntheticCountsUtils.h32 using EdgeRef = typename CGT::EdgeRef; variable
37 using GetProfCountTy = function_ref<Optional<Scaled64>(NodeRef, EdgeRef)>;
H A DCallGraph.h441 using EdgeRef = const CallGraphNode::CallRecord &;
463 static NodeRef edge_dest(EdgeRef E) { return E.second; }
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DSyntheticCountsUtils.cpp27 SmallVector<std::pair<NodeRef, EdgeRef>, 8> SCCEdges, NonSCCEdges; in propagateFromSCC()
/llvm-project-15.0.7/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.cpp197 using EdgeRef = typename Traits::EdgeRef; typedef
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1602 using EdgeRef = FunctionSummary::EdgeTy &;
1653 static NodeRef edge_dest(EdgeRef E) { return E.first; }
/llvm-project-15.0.7/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1750 using EdgeRef = const DisplayEdge *; typedef
1770 static NodeRef edge_dest(EdgeRef E) { return &E->getDestinationNode(); } in edge_dest()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributor.cpp3438 using EdgeRef = PointerIntPair<AADepGraphNode *, 1>; typedef