Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
Dir_context.cpp1042 bool IRContext::IsReachable(const opt::BasicBlock& bb) { in IsReachable() function in spvtools::opt::IRContext
/third_party/skia/third_party/externals/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
Dir_context.cpp1042 bool IRContext::IsReachable(const opt::BasicBlock& bb) { in IsReachable() function in spvtools::opt::IRContext
/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
Dir_context.cpp1056 bool IRContext::IsReachable(const opt::BasicBlock& bb) { in IsReachable() function in spvtools::opt::IRContext
/third_party/node/deps/v8/src/compiler/
Dall-nodes.h33 bool IsReachable(const Node* node) const { in IsReachable() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScheduleDAG.cpp716 bool ScheduleDAGTopologicalSort::IsReachable(const SUnit *SU, in IsReachable() function in ScheduleDAGTopologicalSort
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
Dgraphcycles_test.cc50 static bool IsReachable(Edges *edges, int from, int to, in IsReachable() function
Dgraphcycles.cc669 bool GraphCycles::IsReachable(GraphId x, GraphId y) const { in IsReachable() function in absl::synchronization_internal::GraphCycles
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp212 bool IsReachable(const SUnit *SU, const SUnit *TargetSU) { in IsReachable() function in __anon1da133450111::ScheduleDAGRRList
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp5282 auto IsReachable = in createNodeFromSelectLikePHI() local