Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFixSGPRCopies.cpp1022 auto CurInfoIt = V2SCopies.find(CurID); in lowerVGPR2SGPRCopies() local
1023 if (CurInfoIt != V2SCopies.end()) { in lowerVGPR2SGPRCopies()
1024 V2SCopyInfo C = CurInfoIt->second; in lowerVGPR2SGPRCopies()