Searched refs:other_index (Results 1 – 8 of 8) sorted by relevance
102 int const other_index = 1 - op_index; in check_detailed() local103 if (! meta_turns[ip_index].handled[other_index] in check_detailed()104 && meta_turns[ip_index].turn->operations[other_index].operation == for_operation) in check_detailed()106 meta_turns[ip_index].handled[other_index] = true; in check_detailed()107 … check_detailed(meta_turns, meta_turns[ip_index], other_index, cycle, start, for_operation, error); in check_detailed()
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()
307 int other_index = find_exec_index(other_batch, bo); in flush_for_cross_batch_dependencies() local323 if (other_index != -1 && in flush_for_cross_batch_dependencies()324 (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()
246 const int other_index = in Equals() local248 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:
1047 other_index = order.index(other_name)1048 if self_index < other_index:1050 if self_index > other_index:
8183 const int other_index =8185 return index_ == other_index;