Searched refs:Disjoint (Results 1 – 2 of 2) sorted by relevance
6012 Disjoint, Same: Boolean;6047 Disjoint := (PrevROp.LastIndex < ROp.Index) or (PrevROp.Index > ROp.LastIndex);6049 if (not Disjoint) and (not Same) then
3472 bool Disjoint = TII->areMemAccessesTriviallyDisjoint(*NewMI, *PrevDef); in canUseLastOffsetValue() local3474 if (!Disjoint) in canUseLastOffsetValue()