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