Searched defs:IsReachable (Results 1 - 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_reachability.cc54 bool HloReachabilityMap::IsReachable(const HloInstruction* a, function in class:xla::HloReachabilityMap
61 return IsReachable(a, b) || IsReachable(b, a);
/external/v8/src/compiler/
H A Dall-nodes.h30 return IsReachable(node);
33 bool IsReachable(Node* node) { function in class:v8::internal::compiler::AllNodes
/external/tensorflow/tensorflow/compiler/jit/graphcycles/
H A Dgraphcycles_test.cc43 static bool IsReachable(Edges *edges, int from, int to, function
53 IsReachable(edges, edge->to, to, seen)) {
100 if (IsReachable(edges, a, b, &seen)) {
115 if (gc->IsReachable(a, b)) {
131 bool gc_reachable = gc->IsReachable(a, b);
133 bool reachable = IsReachable(edges, a, b, &seen);
277 ASSERT_TRUE(IsReachable(&edges, nodes[to], nodes[from], &seen))
306 bool reachable = IsReachable(&edges, nodes[from], nodes[to], &seen);
307 bool gc_reachable = graph_cycles.IsReachable(nodes[from], nodes[to]);
H A Dgraphcycles.cc334 bool GraphCycles::IsReachable(int32 x, int32 y) const { function in class:tensorflow::GraphCycles
/external/toolchain-utils/crosperf/
H A Dmachine_manager.py69 if not self.IsReachable():
79 def IsReachable(self): member in class:CrosMachine
631 def IsReachable(self): member in class:MockCrosMachine
663 # test cm.IsReachable, which is properly mocked.
664 if cm.IsReachable():
/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp731 bool IsReachable = false; local
738 IsReachable = true;
753 if (IsReachable) continue;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp153 /// Topo - A topological ordering for SUnits which permits fast IsReachable
185 /// IsReachable - Checks if SU is reachable from TargetSU.
186 bool IsReachable(const SUnit *SU, const SUnit *TargetSU) { function in class:__anon13988::ScheduleDAGRRList
187 return Topo.IsReachable(SU, TargetSU);
2711 scheduleDAG->IsReachable(DepSU, SuccPred.getSUnit()))
2717 // definition of the register reaches from DepSU. IsReachable queries
2720 scheduleDAG->IsReachable(DepSU, SuccPred.getSUnit()))
2853 if (scheduleDAG->IsReachable(&SU, PredSuccSU))
2949 !scheduleDAG->IsReachable(SuccSU, &SU)) {
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp161 /// Topo - A topological ordering for SUnits which permits fast IsReachable
189 /// IsReachable - Checks if SU is reachable from TargetSU.
190 bool IsReachable(const SUnit *SU, const SUnit *TargetSU) { function in class:__anon22671::ScheduleDAGRRList
191 return Topo.IsReachable(SU, TargetSU);
2646 // definition of the register reaches from DepSU. IsReachable queries a
2649 scheduleDAG->IsReachable(DepSU, PI->getSUnit()))
2781 if (scheduleDAG->IsReachable(SU, PredSuccSU))
2877 !scheduleDAG->IsReachable(SuccSU, SU)) {
/external/clang/lib/Analysis/
H A DCFG.cpp629 void addSuccessor(CFGBlock *B, CFGBlock *S, bool IsReachable = true) {
630 B->addSuccessor(CFGBlock::AdjacentBlock(S, IsReachable),
3947 CFGBlock::AdjacentBlock::AdjacentBlock(CFGBlock *B, bool IsReachable) argument
3948 : ReachableBlock(IsReachable ? B : nullptr),
3949 UnreachableBlock(!IsReachable ? B : nullptr,
3950 B && IsReachable ? AB_Normal : AB_Unreachable) {}
/external/v8/src/crankshaft/
H A Dhydrogen.h170 bool IsReachable() const { return is_reachable_; } function in class:v8::internal::final
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 486 milliseconds