Searched refs:VRegsIt (Results 1 – 1 of 1) sorted by relevance
190 auto VRegsIt = VMap.findVRegs(Val); in allocateVRegs() local191 if (VRegsIt != VMap.vregs_end()) in allocateVRegs()192 return *VRegsIt->second; in allocateVRegs()204 auto VRegsIt = VMap.findVRegs(Val); in getOrCreateVRegs() local205 if (VRegsIt != VMap.vregs_end()) in getOrCreateVRegs()206 return *VRegsIt->second; in getOrCreateVRegs()