Searched refs:CVect (Results 1 – 1 of 1) sorted by relevance
254 if (RInd >= CVect.size()) in lookup()255 CVect.resize(std::max(RInd+16, 32U), 0); in lookup()256 const BitTracker::RegisterCell *CP = CVect[RInd]; in lookup()258 CP = CVect[RInd] = &BT.lookup(VR); in lookup()266 CellVectType CVect; member