Searched refs:BitRef (Results 1 – 3 of 3) sorted by relevance
36 struct BitRef;126 struct BitTracker::BitRef { struct127 BitRef(unsigned R = 0, uint16_t P = 0) : Reg(R), Pos(P) {} in Reg() argument129 bool operator== (const BitRef &BR) const {192 BitRef RefI;229 bool meet(const BitValue &V, const BitRef &Self) { in meet()255 static BitValue self(const BitRef &Self = BitRef());280 BitTracker::BitValue::self(const BitRef &Self) { in self()367 RC.Bits[i] = BitValue::self(BitRef(Reg, i)); in self()
208 Changed |= Bits[i].meet(RCV, BitRef(SelfR, i)); in meet()324 Bits[i].RefI = BitRef(R, i); in regify()
1201 Res[i] = BT::BitValue::self(BT::BitRef(RD.Reg, i)); in evaluateLoad()