Searched defs:CellMapShadow (Results 1 – 1 of 1) sorted by relevance
267 struct CellMapShadow { struct268 CellMapShadow(const BitTracker &T) : BT(T) {} in CellMapShadow() function270 const BitTracker::RegisterCell &lookup(unsigned VR) { in lookup()281 const BitTracker &BT;284 using CellVectType = std::vector<const BitTracker::RegisterCell *>;286 CellVectType CVect;