Home
last modified time | relevance | path

Searched refs:reachability (Results 1 – 25 of 28) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_reachability_test.cc54 HloReachabilityMap reachability({a, b, c, d, e}); in TEST_F() local
55 reachability.SetReachable(a, a); in TEST_F()
56 EXPECT_TRUE(reachability.SetReachabilityToUnion({a}, b)); in TEST_F()
57 EXPECT_TRUE(reachability.SetReachabilityToUnion({a}, c)); in TEST_F()
58 EXPECT_TRUE(reachability.SetReachabilityToUnion({b, c}, d)); in TEST_F()
59 EXPECT_TRUE(reachability.SetReachabilityToUnion({c}, e)); in TEST_F()
61 EXPECT_TRUE(reachability.IsReachable(a, a)); in TEST_F()
62 EXPECT_TRUE(reachability.IsReachable(a, b)); in TEST_F()
63 EXPECT_TRUE(reachability.IsReachable(a, c)); in TEST_F()
64 EXPECT_TRUE(reachability.IsReachable(a, d)); in TEST_F()
[all …]
Dhlo_module_group_util.cc363 auto reachability = absl::make_unique<HloReachabilityMap>(post_order); in ComputeReachability() local
365 reachability->FastSetReachabilityToUnion(GlobalPredecessors(hlo), hlo); in ComputeReachability()
367 return std::move(reachability); in ComputeReachability()
Dmulti_output_fusion.h89 HloReachabilityMap* reachability() const { return reachability_.get(); } in reachability() function
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dstream_assignment.cc51 const HloReachabilityMap& reachability) { in CanRunConcurrently() argument
52 return !reachability.IsConnected(&a, &b); in CanRunConcurrently()
67 const HloReachabilityMap& reachability, in ComputeStreamToAssign() argument
106 CanRunConcurrently(*seen_gemm, hlo, reachability)) { in ComputeStreamToAssign()
125 std::unique_ptr<HloReachabilityMap> reachability = in AssignStreams() local
142 *reachability, seen_gemms); in AssignStreams()
Dmulti_output_fusion.cc182 reachability()->IsReachable(producer, operand); in DoProducerConsumerMultiOutputFusion()
202 reachability()->IsReachable(producer, operand); in DoProducerConsumerMultiOutputFusion()
/external/grpc-grpc/src/objective-c/GRPCClient/private/
DGRPCConnectivityMonitor.m25 static SCNetworkReachabilityRef reachability;
62 reachability = SCNetworkReachabilityCreateWithAddress(NULL, (struct sockaddr *)&addr);
66 if (SCNetworkReachabilityGetFlags(reachability, &flags)) {
71 if (!SCNetworkReachabilitySetCallback(reachability, ReachabilityCallback, &context) ||
72 !SCNetworkReachabilityScheduleWithRunLoop(reachability, CFRunLoopGetMain(),
/external/llvm/docs/
DLexicon.rst76 unable to use the pointer for reachability analysis. While a derived pointer
102 Garbage Collection. The practice of using reachability analysis instead of
112 reachability analysis.
208 which the collector begins its reachability analysis. In the context of code
222 reachability analysis may proceed. It may be infeasible to provide this
DREADME.txt49 The reachability of external links in the documentation can be checked by
DGarbageCollection.rst757 As reachability analysis proceeds, the collector copies objects from one heap
769 ("stop the world") before beginning reachability analysis. Stopping a
/external/deqp-deps/SPIRV-Tools/source/val/
Dbasic_block.h77 void set_reachable(bool reachability) { reachable_ = reachability; } in set_reachable() argument
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dbasic_block.h77 void set_reachable(bool reachability) { reachable_ = reachability; } in set_reachable() argument
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DLexicon.rst83 unable to use the pointer for reachability analysis. While a derived pointer
109 Garbage Collection. The practice of using reachability analysis instead of
131 reachability analysis.
237 which the collector begins its reachability analysis. In the context of code
251 reachability analysis may proceed. It may be infeasible to provide this
DREADME.txt49 The reachability of external links in the documentation can be checked by
DGarbageCollection.rst757 As reachability analysis proceeds, the collector copies objects from one heap
769 ("stop the world") before beginning reachability analysis. Stopping a
/external/v8/src/wasm/
Dfunction-body-decoder-impl.h508 Reachability reachability = kReachable; member
519 bool reachable() const { return reachability == kReachable; } in reachable()
525 bool unreachable() const { return reachability == kUnreachable; } in unreachable()
529 return reachability == kReachable ? kReachable : kSpecOnlyReachable; in innerReachability()
1523 c->reachability = control_at(1)->innerReachability(); in DecodeFunctionBody()
1574 c->reachability = control_at(1)->innerReachability(); in DecodeFunctionBody()
1593 c->reachability = control_at(1)->innerReachability(); in DecodeFunctionBody()
2045 current->reachability = kUnreachable; in EndControl()
2087 Reachability reachability = in PushControl() local
2091 c->reachability = reachability; in PushControl()
[all …]
/external/clang/lib/StaticAnalyzer/
DREADME.txt28 Conceptually the analyzer does a reachability analysis through the
134 [1] Precise interprocedural dataflow analysis via graph reachability,
/external/clang/
DNOTES.txt97 only if the non-reachability is not due to macro or template
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
DDFA.as149 …// not reached -- added due to bug in Flex compiler reachability analysis of while loop with no br…
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2007-OriginalClangReadme.txt62 path-sensitive "graph-reachability" engine for writing
/external/llvm/docs/HistoricalNotes/
D2007-OriginalClangReadme.txt62 path-sensitive "graph-reachability" engine for writing
/external/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/
D2007-OriginalClangReadme.txt62 path-sensitive "graph-reachability" engine for writing
/external/clang/docs/analyzer/
DRegionStore.txt148 reachability analysis, which must take the bindings in the old store into
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/
Dcompleteness.ll501 ;; Ensure that when reachability affects a phi of ops, we recompute
/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc1340 current_block->reachability = kSpecOnlyReachable; in BoundsCheckMem()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimpleLoopUnswitch/
Dnontrivial-unswitch.ll791 ; the outer loops based on reachability.

12