Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-graph-diff.h45 using GraphT = Graph<VertexAttribute, EdgeAttribute, StringRef>; variable
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSCCIterator.h104 static scc_iterator end(const GraphT &) { return scc_iterator(); } in end()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp684 using GraphT = bfi_detail::IrreducibleGraph; typedef
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp119 using GraphT = ImmutableGraph<MachineInstr *, int>; typedef