Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSCCIterator.h104 static scc_iterator end(const GraphT &) { return scc_iterator(); } in end()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp667 using GraphT = bfi_detail::IrreducibleGraph; typedef