Searched refs:other_kind (Results 1 – 1 of 1) sorted by relevance
96 LocationOperand::LocationKind other_kind = other_loc.location_kind(); in InterferesWith() local97 if (kind != other_kind) return false; in InterferesWith()