Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIFixSGPRCopies.cpp934 DenseSet<MachineInstr *> SChain; member in V2SCopyInfo
957 dbgs() << ID << " : " << *Copy << "\n\tS:" << SChain.size() in dump()
972 if (I->SChain.empty()) in lowerVGPR2SGPRCopies()
975 I->SChain.begin(), I->SChain.end(), in lowerVGPR2SGPRCopies()
1002 unsigned Profit = I->SChain.size(); in lowerVGPR2SGPRCopies()
1083 In.SChain.insert(U); in lowerVGPR2SGPRCopies()
1109 set_subtract(SI.SChain, C.SChain); in lowerVGPR2SGPRCopies()