Searched defs:IsReachable (Results 1 – 12 of 12) sorted by relevance
78 inline bool IsReachable(const BasicBlock* node) const { in IsReachable() function84 inline bool IsReachable(uint32_t node_id) const { in IsReachable() function
1042 bool IRContext::IsReachable(const opt::BasicBlock& bb) { in IsReachable() function in spvtools::opt::IRContext
1056 bool IRContext::IsReachable(const opt::BasicBlock& bb) { in IsReachable() function in spvtools::opt::IRContext
33 bool IsReachable(const Node* node) const { in IsReachable() function
716 bool ScheduleDAGTopologicalSort::IsReachable(const SUnit *SU, in IsReachable() function in ScheduleDAGTopologicalSort
50 static bool IsReachable(Edges *edges, int from, int to, in IsReachable() function
669 bool GraphCycles::IsReachable(GraphId x, GraphId y) const { in IsReachable() function in absl::synchronization_internal::GraphCycles
212 bool IsReachable(const SUnit *SU, const SUnit *TargetSU) { in IsReachable() function in __anon1da133450111::ScheduleDAGRRList
5282 auto IsReachable = in createNodeFromSelectLikePHI() local