Home
last modified time | relevance | path

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

12

/external/skia/src/core/
DSkRegion_path.cpp380 struct Edge { struct
391 Edge* fNext; argument
408 static void find_link(Edge* base, Edge* stop) { in find_link() argument
/external/skia/src/gpu/
DGrTessellator.cpp231 struct Edge { struct
232 Edge(Vertex* top, Vertex* bottom, int winding) in Edge() argument
246 int fWinding; // 1 == edge goes downward; -1 = edge goes upward.
247 Vertex* fTop; // The top vertex in vertex-sort-order (sweep_lt).
248 Vertex* fBottom; // The bottom vertex in vertex-sort-order.
249 Edge* fLeft; // The linked list of edges in the active edge list.
250 Edge* fRight; // "
251 Edge* fPrevEdgeAbove; // The linked list of edges in the bottom Vertex's "edges above".
252 Edge* fNextEdgeAbove; // "
253 Edge* fPrevEdgeBelow; // The linked list of edges in the top Vertex's "edges below".
[all …]
/external/guice/extensions/grapher/src/com/google/inject/grapher/
DEdge.java27 public abstract class Edge { class
31 protected Edge(NodeId fromId, NodeId toId) { in Edge() method in Edge
/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.cpp136 struct Edge { struct
138 Value *From;
141 Value *To;
144 EdgeType Weight;
149 StratifiedAttrs AdditionalAttrs;
151 Edge(Value *From, Value *To, EdgeType W, StratifiedAttrs A) in Edge() argument
504 struct Edge { struct in __anondc6bc0680111::WeightedBidirectionalGraph
505 EdgeTypeT Weight;
506 Node Other;
508 Edge(const EdgeTypeT &W, const Node &N) : Weight(W), Other(N) {} in Edge() argument
[all …]
DValueTracking.cpp683 BasicBlockEdge Edge(BI->getParent(), BB0); in computeKnownBitsFromDominatingCondition() local
717 BasicBlockEdge Edge(BI->getParent(), BB0); in computeKnownBitsFromDominatingCondition() local
3522 BasicBlockEdge Edge(BI->getParent(), NonNullSuccessor); in isKnownNonNullFromDominatingCondition() 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/v8/src/compiler/
Dverifier.h15 class Edge; variable
Dnode.h18 class Edge; variable
322 friend class Edge; variable
376 Edge(Node::Use* use, Node** input_ptr) : use_(use), input_ptr_(input_ptr) { in Edge() function
/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/llvm/include/llvm/Analysis/
DBranchProbabilityInfo.h128 typedef std::pair<const BasicBlock *, unsigned> Edge; typedef
DSparsePropagation.h128 typedef std::pair<BasicBlock*,BasicBlock*> Edge; typedef
DLoopInfo.h222 typedef std::pair<const BlockT*, const BlockT*> Edge; typedef
/external/llvm/lib/Transforms/Instrumentation/
DMaximumSpanningTree.h30 typedef std::pair<const T*, const T*> Edge; typedef
DGCOVProfiling.cpp607 unsigned Edge = 0; in emitProfileArcs() local
729 unsigned Edge = 0; in buildEdgeLookupTable() local
/external/llvm/include/llvm/Support/
DGCOV.h324 void addSrcEdge(GCOVEdge *Edge) { in addSrcEdge()
328 void addDstEdge(GCOVEdge *Edge) { in addDstEdge()
/external/opencv3/modules/imgproc/src/
Dgcgraph.hpp69 class Edge class in GCGraph
/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.cpp539 if (const SDep *Edge = CriticalPathStep(CriticalPathSU)) { in BreakAntiDependencies() local
DAggressiveAntiDepBreaker.cpp830 const SDep *Edge = Edges[i]; in BreakAntiDependencies() local
/external/opencv3/modules/cudaimgproc/src/
Dmssegmentation.cpp89 typedef GraphEdge<T> Edge; typedef in __anon3fe692990111::Graph
/external/llvm/lib/Transforms/IPO/
DSampleProfile.cpp93 typedef std::pair<const BasicBlock *, const BasicBlock *> Edge; typedef
/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/llvm/lib/Transforms/Scalar/
DGVN.cpp1813 BasicBlockEdge Edge(IntrinsicI->getParent(), Successor); in processAssumeIntrinsic() local
2752 std::pair<TerminatorInst*, unsigned> Edge = toSplit.pop_back_val(); in splitCriticalEdges() local

12