Home
last modified time | relevance | path

Searched defs:Graph (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDOTGraphTraitsPass.h54 GraphT Graph = AnalysisGraphTraitsT::getGraph(&Analysis); in runOnFunction() local
96 GraphT Graph = AnalysisGraphTraitsT::getGraph(&Analysis); in runOnFunction() local
133 GraphT Graph = AnalysisGraphTraitsT::getGraph(&getAnalysis<AnalysisT>()); in runOnModule() local
159 GraphT Graph = AnalysisGraphTraitsT::getGraph(&getAnalysis<AnalysisT>()); in runOnModule() local
DDependenceGraphBuilder.h155 GraphType &Graph; variable
/third_party/rust/crates/bindgen/bindgen/ir/analysis/
Dmod.rs265 struct Graph(HashMap<Node, Vec<Node>>); struct
267 impl Graph { implementation
281 fn reverse(&self) -> Graph { in reverse()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DGraphTraits.h96 const GraphType &Graph; member
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_graph.h71 friend class Graph; variable
144 friend class Graph; variable
Dnv50_ir_graph.cpp31 Graph::Graph() in Graph() function in nv50_ir::Graph
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCFLAndersAliasAnalysis.cpp608 const CFLGraph &Graph) { in initializeWorkList()
629 static Optional<InstantiatedValue> getNodeBelow(const CFLGraph &Graph, in getNodeBelow()
637 static void processWorkListItem(const WorkListItem &Item, const CFLGraph &Graph, in processWorkListItem()
736 static AliasAttrMap buildAttrMap(const CFLGraph &Graph, in buildAttrMap()
788 auto &Graph = GraphBuilder.getCFLGraph(); in buildInfoFrom() local
DCFLGraph.h169 CFLGraph Graph; variable
179 CFLGraph &Graph; variable
DCFLSteensAliasAnalysis.cpp190 auto &Graph = GraphBuilder.getCFLGraph(); in buildSetsFrom() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFixIrreducibleControlFlow.cpp248 ReachabilityGraph Graph(Entry, Blocks); in processRegion() local
324 const ReachabilityGraph &Graph) { in makeSingleEntryLoop()
/third_party/flutter/skia/tests/
DIncrTopoSortTest.cpp85 class Graph { class
87 Graph(int numNodesToReserve, skiatest::Reporter* reporter) in Graph() function in Graph
/third_party/skia/tests/
DIncrTopoSortTest.cpp85 class Graph { class
87 Graph(int numNodesToReserve, skiatest::Reporter* reporter) in Graph() function in Graph
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DGraph.h176 Graph(const Graph &Other) {} in Graph() function
344 Graph(GraphMetadata Metadata) : Metadata(std::move(Metadata)) {} in Graph() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DToposortStructs.cpp29 using Graph = std::unordered_map<T, Edges<T>>; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h285 using Graph = PBQP::Graph<RegAllocSolverImpl>; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DOverlayWidgets.cpp25 Graph, enumerator
/third_party/rust/crates/regex/regex-syntax/src/ast/
Dmod.rs779 Graph, enumerator