Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.h442 using EdgeRef = const CallGraphNode::CallRecord &;
464 static NodeRef edge_dest(EdgeRef E) { return E.second; }
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DSyntheticCountsUtils.cpp30 SmallVector<std::pair<NodeRef, EdgeRef>, 8> SCCEdges, NonSCCEdges; in propagateFromSCC()
/freebsd-13.1/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.cpp197 using EdgeRef = typename Traits::EdgeRef; typedef
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1537 using EdgeRef = FunctionSummary::EdgeTy &;
1588 static NodeRef edge_dest(EdgeRef E) { return E.first; }
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2947 using EdgeRef = PointerIntPair<AADepGraphNode *, 1>; typedef