Searched refs:RInd (Results 1 – 1 of 1) sorted by relevance
275 unsigned RInd = Register(VR).virtRegIndex(); in lookup() local277 if (RInd >= CVect.size()) in lookup()278 CVect.resize(std::max(RInd+16, 32U), nullptr); in lookup()279 const BitTracker::RegisterCell *CP = CVect[RInd]; in lookup()281 CP = CVect[RInd] = &BT.lookup(VR); in lookup()