Home
last modified time | relevance | path

Searched refs:reachability (Results 1 – 25 of 46) 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.cc358 auto reachability = absl::make_unique<HloReachabilityMap>(post_order); in ComputeReachability() local
360 reachability->FastSetReachabilityToUnion(GlobalPredecessors(hlo), hlo); in ComputeReachability()
362 return std::move(reachability); in ComputeReachability()
Dall_reduce_combiner.cc289 auto reachability = HloReachabilityMap::Build(computation); in Run() local
399 if (reachability->IsReachable(previous[i], instructions[i])) { in Run()
Dmulti_output_fusion.h95 HloReachabilityMap* reachability() const { return reachability_.get(); } in reachability() function
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dstream_assignment.cc52 const HloReachabilityMap& reachability) { in CanRunConcurrently() argument
53 return !reachability.IsConnected(&a, &b); in CanRunConcurrently()
68 const HloReachabilityMap& reachability, in ComputeStreamToAssign() argument
111 CanRunConcurrently(*seen_gemm, hlo, reachability)) { in ComputeStreamToAssign()
130 std::unique_ptr<HloReachabilityMap> reachability = in AssignStreams() local
147 *reachability, seen_gemms); in AssignStreams()
Dmulti_output_fusion.cc107 const HloInstruction* producer, const HloReachabilityMap& reachability) { in GetProducerConsumerMultiOutputFusionCandidates() argument
135 if (!reachability.IsPresent(operand) && in GetProducerConsumerMultiOutputFusionCandidates()
139 CHECK(reachability.IsPresent(operand) && reachability.IsPresent(producer)) in GetProducerConsumerMultiOutputFusionCandidates()
142 return producer != operand && reachability.IsReachable(producer, operand); in GetProducerConsumerMultiOutputFusionCandidates()
/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/deqp-deps/SPIRV-Tools/source/val/
Dbasic_block.h77 void set_reachable(bool reachability) { reachable_ = reachability; } in set_reachable() argument
/external/angle/third_party/vulkan-deps/spirv-tools/src/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/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
/external/llvm-project/llvm/docs/
DLexicon.rst83 unable to use the pointer for reachability analysis. While a derived pointer
122 Garbage Collection. The practice of using reachability analysis instead of
144 reachability analysis.
255 which the collector begins its reachability analysis. In the context of code
269 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
/external/llvm-project/mlir/include/mlir/IR/
DRegionKindInterface.td27 with basic blocks, sequential semantics, and reachability.
/external/llvm-project/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/lib/StaticAnalyzer/
DREADME.txt28 Conceptually the analyzer does a reachability analysis through the
134 [1] Precise interprocedural dataflow analysis via graph reachability,
/external/llvm-project/clang/
DNOTES.txt90 only if the non-reachability is not due to macro or template
/external/clang/
DNOTES.txt97 only if the non-reachability is not due to macro or template
/external/libchrome/libchrome_tools/patches/
DAdd-base-NoDestructor-T.patch109 + // that LSan doesn't seem to treat NoDestructor as a root for reachability
/external/llvm-project/llvm/test/CodeGen/AArch64/
Djump-table-duplicate.mir4 # cannot guarantee reachability for any uses after the first.
/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/llvm-project/llvm/test/ThinLTO/X86/
Ddeadstrip.ll182 ; is also scanned when computing reachability.
/external/llvm-project/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

12