Home
last modified time | relevance | path

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

123

/external/llvm-project/llvm/lib/Target/X86/
DImmutableGraph.h62 const Edge *Edges; variable
80 ImmutableGraph(std::unique_ptr<Node[]> Nodes, std::unique_ptr<Edge[]> Edges, in ImmutableGraph()
289 std::unique_ptr<Edge[]> Edges; variable
/external/llvm-project/clang-tools-extra/clangd/index/
DBackgroundIndexLoader.cpp56 std::vector<Path> Edges = {}; in loadShard() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSimplifyCFGPass.cpp153 SmallVector<std::pair<const BasicBlock *, const BasicBlock *>, 32> Edges; in iterativelySimplifyCFG() local
/external/llvm/lib/Transforms/Scalar/
DSimplifyCFGPass.cpp137 SmallVector<std::pair<const BasicBlock *, const BasicBlock *>, 32> Edges; in iterativelySimplifyCFG() local
/external/llvm-project/llvm/lib/Transforms/Scalar/
DSimplifyCFGPass.cpp173 SmallVector<std::pair<const BasicBlock *, const BasicBlock *>, 32> Edges; in iterativelySimplifyCFG() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DGCOV.h309 SmallVector<std::unique_ptr<GCOVEdge>, 16> Edges; variable
325 using Edges = SmallVector<GCOVEdge *, 4>; variable
/external/llvm-project/llvm/utils/TableGen/GlobalISel/
DGIMatchDag.h79 EdgesVec Edges; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DDirectedGraph.h158 EdgeListTy Edges; variable
/external/llvm-project/llvm/include/llvm/ADT/
DDirectedGraph.h158 EdgeListTy Edges; variable
/external/llvm/lib/CodeGen/
DAggressiveAntiDepBreaker.cpp252 static void AntiDepEdges(const SUnit *SU, std::vector<const SDep*>& Edges) { in AntiDepEdges()
815 std::vector<const SDep *> Edges; in BreakAntiDependencies() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAggressiveAntiDepBreaker.cpp265 static void AntiDepEdges(const SUnit *SU, std::vector<const SDep *> &Edges) { in AntiDepEdges()
832 std::vector<const SDep *> Edges; in BreakAntiDependencies() local
DMachineBlockPlacement.cpp951 Edges) { in getBestNonConflictingEdges()
1009 SmallVector<WeightedEdge, 8> Edges[2]; in getBestTrellisSuccessor() local
1200 std::vector<MachineBasicBlock *> Edges; in precomputeTriangleChains() member
/external/llvm-project/llvm/lib/CodeGen/
DAggressiveAntiDepBreaker.cpp260 static void AntiDepEdges(const SUnit *SU, std::vector<const SDep *> &Edges) { in AntiDepEdges()
827 std::vector<const SDep *> Edges; in BreakAntiDependencies() local
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DToposortStructs.cpp26 using Edges = std::unordered_set<T>; typedef
/external/llvm/lib/Analysis/
DLazyCallGraph.cpp23 static void addEdge(SmallVectorImpl<LazyCallGraph::Edge> &Edges, in addEdge()
45 SmallVectorImpl<LazyCallGraph::Edge> &Edges, in findReferences()
/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp447 static uint64_t sumEdgeCount(const ArrayRef<PGOUseEdge *> Edges) { in sumEdgeCount()
571 void PGOUseFunc::setEdgeCount(DirectEdges &Edges, uint64_t Value) { in setEdgeCount()
/external/llvm-project/llvm/include/llvm/ProfileData/
DGCOV.h272 using Edges = SmallVector<GCOVArc *, 4>; variable
/external/llvm/include/llvm/Analysis/
DLazyCallGraph.h207 mutable EdgeVectorT Edges; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLazyCallGraph.h393 Optional<EdgeSequence> Edges; variable
/external/openscreen/third_party/abseil/src/absl/synchronization/internal/
Dgraphcycles_test.cc39 using Edges = std::vector<Edge>; typedef
/external/libtextclassifier/abseil-cpp/absl/synchronization/internal/
Dgraphcycles_test.cc39 using Edges = std::vector<Edge>; typedef
/external/llvm-project/llvm/include/llvm/Analysis/
DLazyCallGraph.h393 Optional<EdgeSequence> Edges; variable
/external/abseil-cpp/absl/synchronization/internal/
Dgraphcycles_test.cc39 using Edges = std::vector<Edge>; typedef
/external/webrtc/third_party/abseil-cpp/absl/synchronization/internal/
Dgraphcycles_test.cc39 using Edges = std::vector<Edge>; typedef
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/internal/
Dgraphcycles_test.cc39 using Edges = std::vector<Edge>; typedef

123