Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DSyntheticCountsUtils.h36 using EdgeRef = typename CGT::EdgeRef; variable
39 using GetRelBBFreqTy = function_ref<Optional<Scaled64>(EdgeRef)>;
DCallGraph.h429 using EdgeRef = const CallGraphNode::CallRecord &;
451 static NodeRef edge_dest(EdgeRef E) { return E.second; }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DSyntheticCountsUtils.cpp33 SmallVector<std::pair<NodeRef, EdgeRef>, 8> SCCEdges, NonSCCEdges; in propagateFromSCC()