Searched refs:RInd (Results 1 – 1 of 1) sorted by relevance
254 unsigned RInd = TargetRegisterInfo::virtReg2Index(VR); in lookup() local256 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()