Searched refs:VRegsIt (Results 1 – 1 of 1) sorted by relevance
187 auto VRegsIt = VMap.findVRegs(Val); in allocateVRegs() local188 if (VRegsIt != VMap.vregs_end()) in allocateVRegs()189 return *VRegsIt->second; in allocateVRegs()201 auto VRegsIt = VMap.findVRegs(Val); in getOrCreateVRegs() local202 if (VRegsIt != VMap.vregs_end()) in getOrCreateVRegs()203 return *VRegsIt->second; in getOrCreateVRegs()