Searched refs:CVect (Results 1 – 1 of 1) sorted by relevance
276 if (RInd >= CVect.size()) in lookup()277 CVect.resize(std::max(RInd+16, 32U), nullptr); in lookup()278 const BitTracker::RegisterCell *CP = CVect[RInd]; in lookup()280 CP = CVect[RInd] = &BT.lookup(VR); in lookup()289 CellVectType CVect; member