Home
last modified time | relevance | path

Searched defs:AddEdge (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dcfg.h117 void AddEdge(uint32_t pred_blk_id, uint32_t succ_blk_id) { in AddEdge() function
/external/deqp-deps/SPIRV-Tools/source/opt/
Dcfg.h117 void AddEdge(uint32_t pred_blk_id, uint32_t succ_blk_id) { in AddEdge() function
/external/angle/third_party/spirv-tools/src/source/opt/
Dcfg.h117 void AddEdge(uint32_t pred_blk_id, uint32_t succ_blk_id) { in AddEdge() function
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DTestGraph.h118 void AddEdge(unsigned FromIdx, unsigned ToIdx) { in AddEdge() function
/external/tensorflow/tensorflow/lite/delegates/gpu/common/memory_management/
Dmin_cost_flow_assignment.cc152 void AddEdge(size_t src, size_t dst, int cap, int cost) { in AddEdge() function in tflite::gpu::__anon9a05df300111::MinCostFlowSolver
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
Dproject.py233 def AddEdge(self, mFrom, mTo): member in _Graph
/external/v8/src/heap/cppgc-js/
Dcpp-snapshot.cc379 void AddEdge(State& parent, const HeapObjectHeader& header) { in AddEdge() function in v8::internal::CppGraphBuilderImpl
395 void AddEdge(State& parent, const TracedReferenceBase& ref) { in AddEdge() function in v8::internal::CppGraphBuilderImpl
/external/llvm/unittests/ADT/
DSCCIteratorTest.cpp113 void AddEdge(unsigned FromIdx, unsigned ToIdx) { in AddEdge() function in llvm::Graph
/external/tensorflow/tensorflow/compiler/jit/graphcycles/
Dgraphcycles_test.cc390 bool AddEdge(int x, int y) { return g_.InsertEdge(x, y); } in AddEdge() function in GraphCyclesTest
/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
Dsegment.cc182 void SimpleGraph::AddEdge(SimpleNode* src, int out_port, SimpleNode* dst, in AddEdge() function in tensorflow::tensorrt::segment::SimpleGraph
/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp751 void UbigraphViz::AddEdge(ExplodedNode *Src, ExplodedNode *Dst) { in AddEdge() function in UbigraphViz
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dexport_graphdef.cc335 Status Exporter::AddEdge(Operation* inst) { in AddEdge() function in tensorflow::__anon69ccc8a20111::Exporter
/external/tensorflow/tensorflow/core/graph/
Dgraph.cc491 const Edge* Graph::AddEdge(Node* source, int x, Node* dest, int y) { in AddEdge() function in tensorflow::Graph
/external/v8/src/profiler/
Dheap-snapshot-generator.cc1891 void AddEdge(Node* from, Node* to, const char* name) final { in AddEdge() function in v8::internal::EmbedderGraphImpl