Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Analysis/
DSyntheticCountsUtils.h32 using EdgeRef = typename CGT::EdgeRef; variable
37 using GetProfCountTy = function_ref<Optional<Scaled64>(NodeRef, EdgeRef)>;
DCallGraph.h449 using EdgeRef = const CallGraphNode::CallRecord &;
471 static NodeRef edge_dest(EdgeRef E) { return E.second; }
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DSyntheticCountsUtils.h35 using EdgeRef = typename CGT::EdgeRef; variable
40 using GetProfCountTy = function_ref<Optional<Scaled64>(NodeRef, EdgeRef)>;
DCallGraph.h429 using EdgeRef = const CallGraphNode::CallRecord &;
451 static NodeRef edge_dest(EdgeRef E) { return E.second; }
/external/llvm-project/llvm/lib/Analysis/
DSyntheticCountsUtils.cpp30 SmallVector<std::pair<NodeRef, EdgeRef>, 8> SCCEdges, NonSCCEdges; in propagateFromSCC()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DSyntheticCountsUtils.cpp31 SmallVector<std::pair<NodeRef, EdgeRef>, 8> SCCEdges, NonSCCEdges; in propagateFromSCC()
/external/llvm-project/llvm/lib/Target/X86/
DImmutableGraph.h408 using EdgeRef = typename GraphT::Edge const &;
410 static NodeRef edge_dest(EdgeRef E) { return E.getDest(); }
DX86LoadValueInjectionLoadHardening.cpp197 using EdgeRef = typename Traits::EdgeRef; typedef
/external/llvm-project/llvm/include/llvm/IR/
DModuleSummaryIndex.h1508 using EdgeRef = FunctionSummary::EdgeTy &;
1559 static NodeRef edge_dest(EdgeRef E) { return E.first; }
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h1398 using EdgeRef = FunctionSummary::EdgeTy &;
1449 static NodeRef edge_dest(EdgeRef E) { return E.first; }
/external/llvm-project/llvm/lib/Transforms/IPO/
DAttributor.cpp2431 using EdgeRef = PointerIntPair<AADepGraphNode *, 1>; typedef