Home
last modified time | relevance | path

Searched refs:VRegsIt (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp187 auto VRegsIt = VMap.findVRegs(Val); in allocateVRegs() local
188 if (VRegsIt != VMap.vregs_end()) in allocateVRegs()
189 return *VRegsIt->second; in allocateVRegs()
201 auto VRegsIt = VMap.findVRegs(Val); in getOrCreateVRegs() local
202 if (VRegsIt != VMap.vregs_end()) in getOrCreateVRegs()
203 return *VRegsIt->second; in getOrCreateVRegs()