Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
H A 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSCCIterator.h104 static scc_iterator end(const GraphT &) { return scc_iterator(); } in end()
/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DSCCIterator.h103 static scc_iterator end(const GraphT &) { return scc_iterator(); } in end()
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h152 typedef GraphTraits<NodeT> GraphT; in Calculate() typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DSCCIterator.h108 static scc_iterator end(const GraphT &) { return scc_iterator(); } in end()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DSCCIterator.h109 static scc_iterator end(const GraphT &) { return scc_iterator(); } in end()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DSCCIterator.h109 static scc_iterator end(const GraphT &) { return scc_iterator(); } in end()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DSCCIterator.h109 static scc_iterator end(const GraphT &) { return scc_iterator(); } in end()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DSCCIterator.h109 static scc_iterator end(const GraphT &) { return scc_iterator(); } in end()
/aosp_15_r20/external/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp623 typedef bfi_detail::IrreducibleGraph GraphT; typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp667 using GraphT = bfi_detail::IrreducibleGraph; typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp119 using GraphT = ImmutableGraph<MachineInstr *, int>; typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp697 using GraphT = bfi_detail::IrreducibleGraph; typedef