| /third_party/ninja/src/ |
| D | graph.h | 164 struct Edge { struct 171 Edge() in Edge() argument 201 const Rule* rule_; 202 Pool* pool_; 203 std::vector<Node*> inputs_; 204 std::vector<Node*> outputs_; 205 std::vector<Node*> validations_; 206 Node* dyndep_; 207 BindingEnv* env_; 208 VisitMark mark_; [all …]
|
| D | build.cc | 160 void Plan::ScheduleWork(map<Edge*, Want>::iterator want_e) { in ScheduleWork() 233 bool Plan::EdgeMaybeReady(map<Edge*, Want>::iterator want_e, string* err) { in EdgeMaybeReady()
|
| /third_party/skia/src/gpu/geometry/ |
| D | GrTriangulator.h | 378 struct GrTriangulator::Edge { struct 379 Edge(Vertex* top, Vertex* bottom, int winding, EdgeType type) in Edge() function 403 EdgeType fType; argument 404 Edge* fLeft; // The linked list of edges in the active edge list. argument 405 Edge* fRight; // " argument 406 Edge* fPrevEdgeAbove; // The linked list of edges in the bottom Vertex's "edges above". argument 407 Edge* fNextEdgeAbove; // " argument 408 Edge* fPrevEdgeBelow; // The linked list of edges in the top Vertex's "edges below". argument 409 Edge* fNextEdgeBelow; // " argument 412 Edge* fLeftPolyPrev; argument [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | propagator.h | 33 struct Edge { struct 34 Edge(BasicBlock* b1, BasicBlock* b2) : source(b1), dest(b2) { in Edge() function 40 bool operator<(const Edge& o) const { argument
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| D | propagator.h | 33 struct Edge { struct 34 Edge(BasicBlock* b1, BasicBlock* b2) : source(b1), dest(b2) { in Edge() argument 40 bool operator<(const Edge& o) const { argument
|
| /third_party/spirv-tools/source/opt/ |
| D | propagator.h | 33 struct Edge { struct 34 Edge(BasicBlock* b1, BasicBlock* b2) : source(b1), dest(b2) { in Edge() function 40 bool operator<(const Edge& o) const { argument
|
| /third_party/skia/src/core/ |
| D | SkRegion_path.cpp | 391 struct Edge { struct 402 Edge* fNext; argument 419 static void find_link(Edge* base, Edge* stop) { in find_link() argument
|
| /third_party/flutter/skia/src/core/ |
| D | SkRegion_path.cpp | 392 struct Edge { struct 403 Edge* fNext; argument 420 static void find_link(Edge* base, Edge* stop) { in find_link() argument
|
| /third_party/rust/crates/bindgen/bindgen/ir/ |
| D | traversal.rs | 15 pub struct Edge { struct 17 kind: EdgeKind, argument 20 impl Edge { argument 22 pub fn new(to: ItemId, kind: EdgeKind) -> Edge { in new()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
| D | SummaryBasedOptimizations.cpp | 51 auto GetCallSiteRelFreq = [](FunctionSummary::EdgeTy &Edge) { in computeSyntheticCounts() 74 auto GetProfileCount = [&](ValueInfo V, FunctionSummary::EdgeTy &Edge) { in computeSyntheticCounts()
|
| /third_party/flutter/skia/src/gpu/ |
| D | GrTessellator.cpp | 341 struct Edge { struct 342 enum class Type { kInner, kOuter, kConnector }; 343 Edge(Vertex* top, Vertex* bottom, int winding, Type type) in Edge() function 364 int fWinding; // 1 == edge goes downward; -1 = edge goes upward. 365 Vertex* fTop; // The top vertex in vertex-sort-order (sweep_lt). 366 Vertex* fBottom; // The bottom vertex in vertex-sort-order. 367 Type fType; 368 Edge* fLeft; // The linked list of edges in the active edge list. 369 Edge* fRight; // " 370 Edge* fPrevEdgeAbove; // The linked list of edges in the bottom Vertex's "edges above". [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | ModuleSummaryIndex.cpp | 269 struct Edge { struct 270 uint64_t SrcMod; 271 int Hotness; 272 GlobalValue::GUID Src; 273 GlobalValue::GUID Dst;
|
| /third_party/skia/tests/ |
| D | TriangulatingPathRendererTests.cpp | 797 struct Edge { struct 798 Edge reverse() const { return {fP1, fP0}; } in reverse() argument 802 static bool operator<(const Edge& a, const Edge& b) { in operator <() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
| D | MaximumSpanningTree.h | 29 typedef std::pair<const T*, const T*> Edge; typedef
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
| D | graphcycles_test.cc | 35 struct Edge { struct 36 int from; 37 int to;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
| D | GCOV.cpp | 189 GCOVEdge *Edge = Edges.back().get(); in readGCNO() local 416 for (const GCOVEdge *Edge : SrcEdges) in print() local 422 for (const GCOVEdge *Edge : DstEdges) in print() local 865 for (const GCOVEdge *Edge : Block.dsts()) { in printBranchInfo() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | CFLGraph.h | 61 struct Edge { struct 66 using EdgeList = std::vector<Edge>; argument
|
| D | DomTreeUpdater.cpp | 257 auto Edge = std::make_pair(U.getFrom(), U.getTo()); in applyUpdatesPermissive() local
|
| D | CFLSteensAliasAnalysis.cpp | 219 for (auto &Edge : ValueInfo.getNodeInfoAtLevel(I).Edges) in buildSetsFrom() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| D | BranchProbabilityInfo.h | 170 using Edge = std::pair<const BasicBlock *, unsigned>; variable
|
| D | LazyCallGraph.h | 1211 inline LazyCallGraph::Edge::Edge() : Value() {} in Edge() function 1212 inline LazyCallGraph::Edge::Edge(Node &N, Kind K) : Value(&N, K) {} in Edge() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
| D | SyntheticCountsPropagation.cpp | 109 const CallGraphNode::CallRecord &Edge) { in run()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| D | LoopUnrollPeel.cpp | 576 for (auto Edge : ExitEdges) in cloneLoopBlocks() local 636 for (auto Edge : ExitEdges) { in peelLoop() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
| D | cord_rep_btree.h | 533 inline CordRep* CordRepBtree::Edge(size_t index) const { in Edge() function 539 inline CordRep* CordRepBtree::Edge(EdgeType edge_type) const { in Edge() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
| D | GCOV.h | 336 void addSrcEdge(GCOVEdge *Edge) { in addSrcEdge() 341 void addDstEdge(GCOVEdge *Edge) { in addDstEdge()
|