Home
last modified time | relevance | path

Searched defs:Edge (Results 1 – 25 of 25) sorted by relevance

/external/skia/src/core/
DSkRegion_path.cpp379 struct Edge { struct
390 Edge* fNext; argument
407 static void find_link(Edge* base, Edge* stop) { in find_link() argument
/external/skia/src/gpu/
DGrTessellatingPathRenderer.cpp233 struct Edge { struct
234 Edge(Vertex* top, Vertex* bottom, int winding) in Edge() argument
248 int fWinding; // 1 == edge goes downward; -1 = edge goes upward.
249 Vertex* fTop; // The top vertex in vertex-sort-order (sweep_lt).
250 Vertex* fBottom; // The bottom vertex in vertex-sort-order.
251 Edge* fLeft; // The linked list of edges in the active edge list.
252 Edge* fRight; // "
253 Edge* fPrevEdgeAbove; // The linked list of edges in the bottom Vertex's "edges above".
254 Edge* fNextEdgeAbove; // "
255 Edge* fPrevEdgeBelow; // The linked list of edges in the top Vertex's "edges below".
[all …]
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector.h396 struct Edge { struct
410 Edge edges_[BV::kSize * 32]; argument
/external/llvm/lib/Analysis/
DCFLAliasAnalysis.cpp126 struct Edge { struct
128 Value *From;
131 Value *To;
134 EdgeType Weight;
139 StratifiedAttrs AdditionalAttrs;
141 Edge(Value *From, Value *To, EdgeType W, StratifiedAttrs A) in Edge() argument
587 struct Edge { struct in __anon9968a6080111::WeightedBidirectionalGraph
588 EdgeTypeT Weight;
589 Node Other;
591 Edge(const EdgeTypeT &W, const Node &N) : Weight(W), Other(N) {} in Edge() function
[all …]
DValueTracking.cpp630 BasicBlockEdge Edge(BI->getParent(), BB0); in computeKnownBitsFromDominatingCondition() local
664 BasicBlockEdge Edge(BI->getParent(), BB0); in computeKnownBitsFromDominatingCondition() local
/external/mockito/cglib-and-asm/src/org/mockito/asm/
DEdge.java37 class Edge { class
/external/skia/include/utils/
DSkBoundaryPatch.h19 enum Edge { enum
/external/llvm/include/llvm/Analysis/
DBranchProbabilityInfo.h121 typedef std::pair<const BasicBlock *, unsigned> Edge; typedef
DSparsePropagation.h131 typedef std::pair<BasicBlock*,BasicBlock*> Edge; typedef
DLoopInfo.h214 typedef std::pair<const BlockT*, const BlockT*> Edge; typedef
/external/llvm/lib/IR/
DGCOV.cpp184 GCOVEdge *Edge = Edges.back().get(); in readGCNO() local
404 for (const GCOVEdge *Edge : SrcEdges) in dump() local
410 for (const GCOVEdge *Edge : DstEdges) in dump() local
721 for (const GCOVEdge *Edge : Block.dsts()) { in printBranchInfo() local
/external/v8/src/compiler/
Dgeneric-node.h91 class Edge; variable
174 explicit Edge(typename GenericNode<B, S>::Input* input) : input_(input) {} in Edge() function
/external/llvm/lib/Transforms/Instrumentation/
DMaximumSpanningTree.h30 typedef std::pair<const T*, const T*> Edge; typedef
DGCOVProfiling.cpp601 unsigned Edge = 0; in emitProfileArcs() local
723 unsigned Edge = 0; in buildEdgeLookupTable() local
/external/llvm/include/llvm/Support/
DGCOV.h319 void addSrcEdge(GCOVEdge *Edge) { in addSrcEdge()
323 void addDstEdge(GCOVEdge *Edge) { in addDstEdge()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_graph.cpp158 Graph::Edge::Edge(Node *org, Node *tgt, Type kind) in Edge() function in nv50_ir::Graph::Edge
/external/llvm/lib/CodeGen/
DCriticalAntiDepBreaker.cpp540 if (const SDep *Edge = CriticalPathStep(CriticalPathSU)) { in BreakAntiDependencies() local
DAggressiveAntiDepBreaker.cpp822 const SDep *Edge = Edges[i]; in BreakAntiDependencies() local
/external/llvm/lib/Transforms/Scalar/
DSampleProfile.cpp68 typedef std::pair<BasicBlock *, BasicBlock *> Edge; typedef
DSCCP.cpp206 typedef std::pair<BasicBlock*, BasicBlock*> Edge; typedef in __anon2dc3d53e0211::SCCPSolver
DGVN.cpp2671 std::pair<TerminatorInst*, unsigned> Edge = toSplit.pop_back_val(); in splitCriticalEdges() local
/external/opencv/cvaux/src/
Dcvlee.cpp2526 CvVoronoiEdgeInt Edge = {NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL}; in _cvConstructEdges() local
3081 CvVoronoiEdgeInt Edge = {NULL,pNode,pSite_right,NULL,NULL,NULL,NULL,NULL}; in _cvFindOppositSiteCW() local
3136 CvVoronoiEdgeInt Edge = {NULL,pNode,pSite_left,NULL,NULL,NULL,NULL}; in _cvFindOppositSiteCCW() local
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp2608 } else if (Optional<BlockEdge> Edge = ProgLoc.getAs<BlockEdge>()) { in VisitNode() local
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2884 SDep Edge = PredSU->Succs[i]; in PrescheduleNodesWithMultipleUses() local
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2977 std::pair<BasicBlock*, BasicBlock*> Edge(Src, Dst); in createEdgeMask() local