Searched refs:subgroup_begin (Results 1 – 3 of 3) sorted by relevance
79 GroupRecord::subgroup_iterator GroupRecord::subgroup_begin() const { in subgroup_begin() function in GroupRecord89 return llvm::make_range(subgroup_begin(), subgroup_end()); in subgroups()
89 subgroup_iterator subgroup_begin() const;
111 for (auto SI = GR.subgroup_begin(), SE = GR.subgroup_end(); SI != SE; in showAll()