Searched refs:RInd (Results 1 – 2 of 2) 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()
271 unsigned RInd = TargetRegisterInfo::virtReg2Index(VR); in lookup() local273 if (RInd >= CVect.size()) in lookup()274 CVect.resize(std::max(RInd+16, 32U), nullptr); in lookup()275 const BitTracker::RegisterCell *CP = CVect[RInd]; in lookup()277 CP = CVect[RInd] = &BT.lookup(VR); in lookup()