Searched defs:GraphT (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-xray/ |
| H A D | xray-graph-diff.h | 45 using GraphT = Graph<VertexAttribute, EdgeAttribute, StringRef>; variable
|
| /llvm-project-15.0.7/llvm/include/llvm/XRay/ |
| H A D | Graph.h | 202 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-15.0.7/llvm/include/llvm/ADT/ |
| H A D | SCCIterator.h | 108 static scc_iterator end(const GraphT &) { return scc_iterator(); } in end()
|
| /llvm-project-15.0.7/llvm/unittests/XRay/ |
| H A D | GraphTest.cpp | 25 typedef Graph<VAttr, EAttr, unsigned> GraphT; typedef
|
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | MCF.cpp | 103 typedef GraphTraits<NodeT> GraphT; in computeEdgeWeights() typedef
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86LoadValueInjectionLoadHardening.cpp | 119 using GraphT = ImmutableGraph<MachineInstr *, int>; typedef
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | BlockFrequencyInfoImpl.cpp | 697 using GraphT = bfi_detail::IrreducibleGraph; typedef
|