Searched refs:other_index (Results 1 – 9 of 9) sorted by relevance
607 for (int other_index = 0; in MakeUnreachableError() local608 other_index < static_cast<int>(targets_with_other_toolchains.size()); in MakeUnreachableError()609 other_index++) { in MakeUnreachableError()612 cur_matching, targets_with_other_toolchains[other_index])) { in MakeUnreachableError()615 targets_with_other_toolchains.begin() + other_index); in MakeUnreachableError()616 other_index--; in MakeUnreachableError()
332 int other_index) const { in AreAliases()336 return index == other_index; in AreAliases()342 return index == other_index >> shift; in AreAliases()345 return index >> shift == other_index; in AreAliases()
124 MachineRepresentation other_rep, int other_index) const;
417 int other_index = find_exec_index(other_batch, bo); in flush_for_cross_batch_dependencies() local433 if (other_index != -1 && in flush_for_cross_batch_dependencies()434 (writable || BITSET_TEST(other_batch->bos_written, other_index))) in flush_for_cross_batch_dependencies()
244 const int other_index = in Equals() local246 return index_ == other_index; in Equals()
252 const int other_index = in Equals() local254 return index_ == other_index; in Equals()
1116 other_index = order.index(other_name)1117 if self_index < other_index:1119 if self_index > other_index: