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