Searched defs:CellMapShadow (Results 1 – 3 of 3) sorted by relevance
270 struct CellMapShadow { struct271 CellMapShadow(const BitTracker &T) : BT(T) {} in CellMapShadow() argument273 const BitTracker::RegisterCell &lookup(unsigned VR) { in lookup()284 const BitTracker &BT;287 using CellVectType = std::vector<const BitTracker::RegisterCell *>;289 CellVectType CVect;
271 struct CellMapShadow { struct272 CellMapShadow(const BitTracker &T) : BT(T) {} in CellMapShadow() function274 const BitTracker::RegisterCell &lookup(unsigned VR) { in lookup()285 const BitTracker &BT;288 using CellVectType = std::vector<const BitTracker::RegisterCell *>;290 CellVectType CVect;
249 struct CellMapShadow { struct250 CellMapShadow(const BitTracker &T) : BT(T) {} in CellMapShadow() function251 const BitTracker::RegisterCell &lookup(unsigned VR) { in lookup()262 const BitTracker &BT;265 typedef std::vector<const BitTracker::RegisterCell*> CellVectType;266 CellVectType CVect;