Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-graph-diff.h46 using GraphT = Graph<VertexAttribute, EdgeAttribute, StringRef>; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/XRay/
DGraph.h203 using GraphT = typename std::conditional<isConst, const Graph, Graph>::type; variable
279 using GraphT = typename std::conditional<isConst, const Graph, Graph>::type; variable
316 using GraphT = typename std::conditional<isConst, const Graph, Graph>::type; variable
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DSCCIterator.h142 static inline _Self end (const GraphT &) { return _Self(); } in end()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DSCCIterator.h105 static scc_iterator end(const GraphT &) { return scc_iterator(); } in end()
/external/llvm/include/llvm/ADT/
DSCCIterator.h103 static scc_iterator end(const GraphT &) { return scc_iterator(); } in end()
/external/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h152 typedef GraphTraits<NodeT> GraphT; in Calculate() typedef
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDominatorInternals.h153 typedef GraphTraits<NodeT> GraphT; in Calculate() typedef
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/XRay/
DGraphTest.cpp26 typedef Graph<VAttr, EAttr, unsigned> GraphT; typedef
/external/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp623 typedef bfi_detail::IrreducibleGraph GraphT; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp663 using GraphT = bfi_detail::IrreducibleGraph; typedef