Lines Matching refs:Selects

167   SmallVector<SelectInst *, 8> Selects;  member
478 if (RI.Selects.size() > 0) in print()
479 OS << " S" << RI.Selects.size(); in print()
700 for (SelectInst *SI : RI.Selects) { in getBranchInsertPoint()
713 for (SelectInst *SI : RI.Selects) { in getBranchInsertPoint()
800 SmallVector<SelectInst *, 8> Selects; in findScope() local
811 Selects.push_back(SI); in findScope()
816 if (Selects.size() > 0) { in findScope()
818 for (auto *SI : Selects) in findScope()
823 RI.Selects.push_back(SI); in findScope()
877 SmallVector<SelectInst *, 8> &Selects = RI.Selects; in checkScopeHoistable() local
878 if (RI.HasBranch || !Selects.empty()) { in checkScopeHoistable()
886 for (SelectInst *SI : Selects) { in checkScopeHoistable()
890 for (auto it = Selects.begin(); it != Selects.end(); ) { in checkScopeHoistable()
905 it = Selects.erase(it); in checkScopeHoistable()
925 for (SelectInst *SI : Selects) { in checkScopeHoistable()
928 for (SelectInst *SI : Selects) { in checkScopeHoistable()
935 Selects.erase(std::remove_if(Selects.begin(), Selects.end(), in checkScopeHoistable()
938 }), Selects.end()); in checkScopeHoistable()
952 for (auto *SI : Selects) { in checkScopeHoistable()
963 for (auto *SI : Selects) { in checkScopeHoistable()
1026 for (SelectInst *SI : RI.Selects) { in getCHRConditionValuesForRegion()
1103 for (SelectInst *SI : RI.Selects) in getSelectsInScope()
1295 for (SelectInst *SI : RI.Selects) { in classifyBiasedScopes()
1371 for (SelectInst *SI : RI.Selects) { in setCHRRegions()
1392 for (SelectInst *SI : RI.Selects) { in setCHRRegions()
1471 for (SelectInst *SI : RI.Selects) { in hoistScopeConditions()
1609 for (SelectInst *SI : RI.Selects) in assertCHRRegionsHaveBiasedBranchOrSelect()
1642 for (SelectInst *SI : RI.Selects) { in assertBranchOrSelectConditionHoisted()
1819 for (SelectInst *SI : RI.Selects) { in fixupBranchesAndSelects()