Home
last modified time | relevance | path

Searched defs:GraphT (Results 1 – 7 of 7) sorted by relevance

/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph-diff.h44 using GraphT = Graph<VertexAttribute, EdgeAttribute, StringRef>; variable
/llvm-project/llvm/include/llvm/XRay/
H A DGraph.h202 using GraphT = std::conditional_t<isConst, const Graph, Graph>; variable
278 using GraphT = std::conditional_t<isConst, const Graph, Graph>; variable
315 using GraphT = std::conditional_t<isConst, const Graph, Graph>; variable
/llvm-project/llvm/include/llvm/ADT/
H A DSCCIterator.h109 static scc_iterator end(const GraphT &) { return scc_iterator(); } in end()
/llvm-project/llvm/unittests/XRay/
H A DGraphTest.cpp25 typedef Graph<VAttr, EAttr, unsigned> GraphT; typedef
/llvm-project/bolt/lib/Passes/
H A DMCF.cpp94 typedef GraphTraits<NodeT> GraphT; in computeEdgeWeights() typedef
/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp118 using Node = typename GraphT::Node; typedef
/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp674 using GraphT = bfi_detail::IrreducibleGraph; typedef