Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DGraph.h202 using GraphT = typename std::conditional<isConst, const Graph, Graph>::type; variable
278 using GraphT = typename std::conditional<isConst, const Graph, Graph>::type; variable
315 using GraphT = typename std::conditional<isConst, const Graph, Graph>::type; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/XRay/
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
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSCCIterator.h104 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-16.0/llvm/include/llvm/ADT/
DSCCIterator.h108 static scc_iterator end(const GraphT &) { return scc_iterator(); } in end()
/external/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp623 typedef bfi_detail::IrreducibleGraph GraphT; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp667 using GraphT = bfi_detail::IrreducibleGraph; typedef
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
DX86LoadValueInjectionLoadHardening.cpp119 using GraphT = ImmutableGraph<MachineInstr *, int>; typedef
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp697 using GraphT = bfi_detail::IrreducibleGraph; typedef