Home
last modified time | relevance | path

Searched defs:IsReachable (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddominator_analysis.h78 inline bool IsReachable(const BasicBlock* node) const { in IsReachable() function
84 inline bool IsReachable(uint32_t node_id) const { in IsReachable() function
/external/deqp-deps/SPIRV-Tools/source/opt/
Ddominator_analysis.h78 inline bool IsReachable(const BasicBlock* node) const { in IsReachable() function
84 inline bool IsReachable(uint32_t node_id) const { in IsReachable() function
/external/angle/third_party/spirv-tools/src/source/opt/
Ddominator_analysis.h78 inline bool IsReachable(const BasicBlock* node) const { in IsReachable() function
84 inline bool IsReachable(uint32_t node_id) const { in IsReachable() function
/external/v8/src/compiler/
Dall-nodes.h33 bool IsReachable(const Node* node) const { in IsReachable() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_reachability.cc77 bool HloReachabilityMap::IsReachable(const HloInstruction* a, in IsReachable() function in xla::HloReachabilityMap
/external/toolchain-utils/crosperf/
Dmachine_manager.py83 def IsReachable(self): member in CrosMachine
642 def IsReachable(self): member in MockCrosMachine
/external/llvm/lib/CodeGen/
DScheduleDAG.cpp614 bool ScheduleDAGTopologicalSort::IsReachable(const SUnit *SU, in IsReachable() function in ScheduleDAGTopologicalSort
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DScheduleDAG.cpp690 bool ScheduleDAGTopologicalSort::IsReachable(const SUnit *SU, in IsReachable() function in ScheduleDAGTopologicalSort
/external/tensorflow/tensorflow/compiler/jit/graphcycles/
Dgraphcycles.cc338 bool GraphCycles::IsReachable(int32 x, int32 y) const { in IsReachable() function in tensorflow::GraphCycles
Dgraphcycles_test.cc43 static bool IsReachable(Edges *edges, int from, int to, in IsReachable() function
/external/clang/lib/Sema/
DJumpDiagnostics.cpp731 bool IsReachable = false; in VerifyIndirectJumps() local
/external/clang/lib/Analysis/
DCFG.cpp629 void addSuccessor(CFGBlock *B, CFGBlock *S, bool IsReachable = true) { in addSuccessor()
3947 CFGBlock::AdjacentBlock::AdjacentBlock(CFGBlock *B, bool IsReachable) in AdjacentBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp213 bool IsReachable(const SUnit *SU, const SUnit *TargetSU) { in IsReachable() function in __anon42cd15730111::ScheduleDAGRRList
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp186 bool IsReachable(const SUnit *SU, const SUnit *TargetSU) { in IsReachable() function in __anon9dff47db0111::ScheduleDAGRRList
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp5276 auto IsReachable = in createNodeFromSelectLikePHI() local