Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DCFLGraph.h61 struct Edge { struct in llvm::cflaa::CFLGraph
H A DDomTreeUpdater.cpp257 auto Edge = std::make_pair(U.getFrom(), U.getTo()); in applyUpdatesPermissive() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DMaximumSpanningTree.h29 typedef std::pair<const T*, const T*> Edge; typedef in llvm::MaximumSpanningTree
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_graph.h40 class Edge class in nv50_ir::Graph
[all...]
H A Dnv50_ir_graph.cpp158 Graph::Edge::Edge(Node *org, Node *tgt, Type kind) in Edge() function in nv50_ir::Graph::Edge
[all...]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/
H A DEdge.java41 public abstract class Edge implements Comparable<Edge> { class
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dpropagator.h33 struct Edge { struct
34 Edge(BasicBlock* b1, BasicBlock* b2) : source(b1), dest(b2) { in Edge() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dpropagator.h33 struct Edge { struct
34 Edge(BasicBlock* b1, BasicBlock* b2) : source(b1), dest(b2) { in Edge() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DGCOV.cpp189 GCOVEdge *Edge = Edges.back().get(); in readGCNO() local
[all...]
/third_party/spirv-tools/source/opt/
H A Dpropagator.h33 struct Edge { struct
34 Edge(BasicBlock* b1, BasicBlock* b2) : source(b1), dest(b2) { in Edge() function
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/
H A DRangeTreeTest.java511 abstract static class Edge { class in RangeTreeTest
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dtraversal.rs15 pub struct Edge { structure names
20 impl Edge { impls
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DBlitter.hpp155 enum Edge enum in sw::Blitter
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
H A Dgraphcycles_test.cc35 struct Edge { struct
/third_party/skia/src/core/
H A DSkRegion_path.cpp391 struct Edge { struct
420 SkASSERT(base < stop); if (base->fFlags == Edge::kCompleteLink) find_link() argument
[all...]
H A DSkPathPriv.h446 enum class Edge { class in SkPathEdgeIter
/third_party/skia/tests/
H A DTriangulatingPathRendererTests.cpp797 struct Edge { struct
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree.h533 inline CordRep* CordRepBtree::Edge(size_t index) const { in Edge() function in absl::cord_internal::CordRepBtree
[all...]
/third_party/ninja/src/
H A Dgraph.h172 struct Edge { global() struct
179 Edge() Edge() function
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dnode.h449 Edge(Node::Use* use, ZoneNodePtr* input_ptr) in Edge() function in v8::internal::compiler::final
[all...]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
H A DRangeTree.java293 private static final class Edge implements DfaEdge { class in RangeTree
299 private Edge(int mask, Node target) { in Edge() method in RangeTree.Edge
[all...]
/third_party/skia/src/gpu/geometry/
H A DGrTriangulator.h378 struct GrTriangulator::Edge { global() struct in GrTriangulator
379 Edge(Vertex* top, Vertex* bottom, int winding, EdgeType type) Edge() function
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h135 class Edge { class in llvm::LazyCallGraph
1211 inline LazyCallGraph::Edge::Edge() : Value() {} Edge() function in llvm::LazyCallGraph::LazyCallGraph::Edge
1212 inline LazyCallGraph::Edge::Edge(Node &N, Kind K) : Value(&N, K) {} Edge() function in llvm::LazyCallGraph::LazyCallGraph::Edge
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DIRTranslator.h602 SmallVector<MachineBasicBlock *, 1> getMachinePredBBs(CFGEdge Edge) { in getMachinePredBBs() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineOutliner.cpp276 insertLeaf(SuffixTreeNode &Parent, unsigned StartIdx, unsigned Edge) insertLeaf() argument
296 insertInternalNode(SuffixTreeNode *Parent, unsigned StartIdx, unsigned EndIdx, unsigned Edge) insertInternalNode() argument

Completed in 22 milliseconds

12