Lines Matching refs:Selects
137 SmallVector<SelectInst *, 8> Selects; member
451 if (RI.Selects.size() > 0) in print()
452 OS << " S" << RI.Selects.size(); in print()
684 for (SelectInst *SI : RI.Selects) { in getBranchInsertPoint()
697 for (SelectInst *SI : RI.Selects) { in getBranchInsertPoint()
801 SmallVector<SelectInst *, 8> Selects; in findScope() local
812 Selects.push_back(SI); in findScope()
817 if (Selects.size() > 0) { in findScope()
819 for (auto *SI : Selects) in findScope()
824 RI.Selects.push_back(SI); in findScope()
878 SmallVector<SelectInst *, 8> &Selects = RI.Selects; in checkScopeHoistable() local
879 if (RI.HasBranch || !Selects.empty()) { in checkScopeHoistable()
887 for (SelectInst *SI : Selects) { in checkScopeHoistable()
891 for (auto it = Selects.begin(); it != Selects.end(); ) { in checkScopeHoistable()
907 it = Selects.erase(it); in checkScopeHoistable()
928 for (SelectInst *SI : Selects) { in checkScopeHoistable()
931 for (SelectInst *SI : Selects) { in checkScopeHoistable()
938 llvm::erase_if(Selects, [EntryBB](SelectInst *SI) { in checkScopeHoistable()
955 for (auto *SI : Selects) { in checkScopeHoistable()
967 for (auto *SI : Selects) { in checkScopeHoistable()
1030 for (SelectInst *SI : RI.Selects) { in getCHRConditionValuesForRegion()
1108 for (SelectInst *SI : RI.Selects) in getSelectsInScope()
1300 for (SelectInst *SI : RI.Selects) { in classifyBiasedScopes()
1376 for (SelectInst *SI : RI.Selects) { in setCHRRegions()
1398 for (SelectInst *SI : RI.Selects) { in setCHRRegions()
1493 for (SelectInst *SI : RI.Selects) { in hoistScopeConditions()
1624 for (SelectInst *SI : RI.Selects) in assertCHRRegionsHaveBiasedBranchOrSelect()
1657 for (SelectInst *SI : RI.Selects) { in assertBranchOrSelectConditionHoisted()
1861 for (SelectInst *SI : RI.Selects) { in fixupBranchesAndSelects()