Searched refs:BitRef (Results 1 – 3 of 3) sorted by relevance
30 struct BitRef;78 struct BitTracker::BitRef { struct79 BitRef(unsigned R = 0, uint16_t P = 0) : Reg(R), Pos(P) {} in Reg() argument80 bool operator== (const BitRef &BR) const {142 BitRef RefI;178 bool meet(const BitValue &V, const BitRef &Self) { in meet()204 static BitValue self(const BitRef &Self = BitRef());230 BitTracker::BitValue::self(const BitRef &Self) { in self()315 RC.Bits[i] = BitValue::self(BitRef(Reg, i)); in self()
191 Changed |= Bits[i].meet(RCV, BitRef(SelfR, i)); in meet()378 RC[i].RefI = BitRef(RR.Reg, i); in putCell()
1079 Res[i] = BT::BitValue::self(BT::BitRef(RD.Reg, i)); in evaluateLoad()