Searched refs:MapleSparseBitVector (Results 1 – 3 of 3) sorted by relevance
168 class MapleSparseBitVector {175 explicit MapleSparseBitVector(const MapleAllocator &alloc) in MapleSparseBitVector() function180 explicit MapleSparseBitVector(const MapleSparseBitVector &rhs, const MapleAllocator &alloc) in MapleSparseBitVector() function185 MapleSparseBitVector(const MapleSparseBitVector &rhs) in MapleSparseBitVector() function239 MapleSparseBitVector &operator=(const MapleSparseBitVector &rhs)250 bool operator&=(const MapleSparseBitVector &rhs)298 bool operator|=(const MapleSparseBitVector &rhs)335 bool operator==(const MapleSparseBitVector &rhs) const347 bool operator!=(const MapleSparseBitVector &rhs) const366 bool Diff(const MapleSparseBitVector &rhs) in Diff()[all …]
98 const MapleSparseBitVector<> &GetInfo() const in GetInfo()113 bool IsEqual(const MapleSparseBitVector<> &liveInfoBak) const in IsEqual()157 MapleSparseBitVector<> info;
55 const MapleSparseBitVector<> bbLiveOutBak(bb.GetLiveOut()->GetInfo()); in GenerateLiveOut()78 const MapleSparseBitVector<> bbLiveInBak(bb.GetLiveIn()->GetInfo()); in GenerateLiveIn()