Searched refs:SRSets (Results 1 – 3 of 3) sorted by relevance
759 SubReg2SetMap SRSets; in computeInferredRegisterClasses() local765 SRSets[I->first].insert(*RI); in computeInferredRegisterClasses()772 SubReg2SetMap::const_iterator I = SRSets.find(SubIdx); in computeInferredRegisterClasses()774 if (I == SRSets.end()) in computeInferredRegisterClasses()
1914 SubReg2SetMap SRSets; in inferSubClassWithSubReg() local1919 SRSets[I->first].push_back(R); in inferSubClassWithSubReg()1922 for (auto I : SRSets) in inferSubClassWithSubReg()1928 SubReg2SetMap::const_iterator I = SRSets.find(&SubIdx); in inferSubClassWithSubReg()1930 if (I == SRSets.end()) in inferSubClassWithSubReg()
2111 SubReg2SetMap SRSets; in inferSubClassWithSubReg() local2119 SRSets[I->first].push_back(R); in inferSubClassWithSubReg()2123 for (auto I : SRSets) in inferSubClassWithSubReg()2131 SubReg2SetMap::const_iterator I = SRSets.find(&SubIdx); in inferSubClassWithSubReg()2133 if (I == SRSets.end()) in inferSubClassWithSubReg()