Lines Matching refs:Selects
169 SmallVector<SelectInst *, 8> Selects; member
475 if (RI.Selects.size() > 0) in print()
476 OS << " S" << RI.Selects.size(); in print()
716 for (SelectInst *SI : RI.Selects) { in getBranchInsertPoint()
729 for (SelectInst *SI : RI.Selects) { in getBranchInsertPoint()
821 SmallVector<SelectInst *, 8> Selects; in findScope() local
832 Selects.push_back(SI); in findScope()
837 if (Selects.size() > 0) { in findScope()
839 for (auto *SI : Selects) in findScope()
844 RI.Selects.push_back(SI); in findScope()
898 SmallVector<SelectInst *, 8> &Selects = RI.Selects; in checkScopeHoistable() local
899 if (RI.HasBranch || !Selects.empty()) { in checkScopeHoistable()
907 for (SelectInst *SI : Selects) { in checkScopeHoistable()
911 for (auto it = Selects.begin(); it != Selects.end(); ) { in checkScopeHoistable()
927 it = Selects.erase(it); in checkScopeHoistable()
948 for (SelectInst *SI : Selects) { in checkScopeHoistable()
951 for (SelectInst *SI : Selects) { in checkScopeHoistable()
958 llvm::erase_if(Selects, [EntryBB](SelectInst *SI) { in checkScopeHoistable()
975 for (auto *SI : Selects) { in checkScopeHoistable()
987 for (auto *SI : Selects) { in checkScopeHoistable()
1050 for (SelectInst *SI : RI.Selects) { in getCHRConditionValuesForRegion()
1128 for (SelectInst *SI : RI.Selects) in getSelectsInScope()
1320 for (SelectInst *SI : RI.Selects) { in classifyBiasedScopes()
1396 for (SelectInst *SI : RI.Selects) { in setCHRRegions()
1418 for (SelectInst *SI : RI.Selects) { in setCHRRegions()
1513 for (SelectInst *SI : RI.Selects) { in hoistScopeConditions()
1644 for (SelectInst *SI : RI.Selects) in assertCHRRegionsHaveBiasedBranchOrSelect()
1677 for (SelectInst *SI : RI.Selects) { in assertBranchOrSelectConditionHoisted()
1854 for (SelectInst *SI : RI.Selects) { in fixupBranchesAndSelects()