Lines Matching refs:Selects
138 SmallVector<SelectInst *, 8> Selects; member
452 if (RI.Selects.size() > 0) in print()
453 OS << " S" << RI.Selects.size(); in print()
685 for (SelectInst *SI : RI.Selects) { in getBranchInsertPoint()
698 for (SelectInst *SI : RI.Selects) { in getBranchInsertPoint()
802 SmallVector<SelectInst *, 8> Selects; in findScope() local
813 Selects.push_back(SI); in findScope()
818 if (Selects.size() > 0) { in findScope()
820 for (auto *SI : Selects) in findScope()
825 RI.Selects.push_back(SI); in findScope()
879 SmallVector<SelectInst *, 8> &Selects = RI.Selects; in checkScopeHoistable() local
880 if (RI.HasBranch || !Selects.empty()) { in checkScopeHoistable()
888 for (SelectInst *SI : Selects) { in checkScopeHoistable()
892 for (auto it = Selects.begin(); it != Selects.end(); ) { in checkScopeHoistable()
908 it = Selects.erase(it); in checkScopeHoistable()
929 for (SelectInst *SI : Selects) { in checkScopeHoistable()
932 for (SelectInst *SI : Selects) { in checkScopeHoistable()
939 llvm::erase_if(Selects, [EntryBB](SelectInst *SI) { in checkScopeHoistable()
956 for (auto *SI : Selects) { in checkScopeHoistable()
968 for (auto *SI : Selects) { in checkScopeHoistable()
1031 for (SelectInst *SI : RI.Selects) { in getCHRConditionValuesForRegion()
1109 for (SelectInst *SI : RI.Selects) in getSelectsInScope()
1301 for (SelectInst *SI : RI.Selects) { in classifyBiasedScopes()
1377 for (SelectInst *SI : RI.Selects) { in setCHRRegions()
1399 for (SelectInst *SI : RI.Selects) { in setCHRRegions()
1494 for (SelectInst *SI : RI.Selects) { in hoistScopeConditions()
1625 for (SelectInst *SI : RI.Selects) in assertCHRRegionsHaveBiasedBranchOrSelect()
1658 for (SelectInst *SI : RI.Selects) { in assertBranchOrSelectConditionHoisted()
1862 for (SelectInst *SI : RI.Selects) { in fixupBranchesAndSelects()