Lines Matching refs:Self
117 // Self <= x, where "Self" is "ref to itself".
121 // Since we do not store the "Self" bit and register number, the meet
178 bool meet(const BitValue &V, const BitRef &Self) {
180 if (Type == Ref && RefI == Self) // Bottom.meet(V) = Bottom (i.e. This)
189 // become "bottom" (i.e. Self).
197 RefI = Self;
204 static BitValue self(const BitRef &Self = BitRef());
230 BitTracker::BitValue::self(const BitRef &Self) {
231 return BitValue(Self.Reg, Self.Pos);