Lines Matching refs:Selects
129 SmallVector<SelectInst *, 8> Selects; member
435 if (RI.Selects.size() > 0) in print()
436 OS << " S" << RI.Selects.size(); in print()
676 for (SelectInst *SI : RI.Selects) { in getBranchInsertPoint()
689 for (SelectInst *SI : RI.Selects) { in getBranchInsertPoint()
793 SmallVector<SelectInst *, 8> Selects; in findScope() local
804 Selects.push_back(SI); in findScope()
809 if (Selects.size() > 0) { in findScope()
811 for (auto *SI : Selects) in findScope()
816 RI.Selects.push_back(SI); in findScope()
870 SmallVector<SelectInst *, 8> &Selects = RI.Selects; in checkScopeHoistable() local
871 if (RI.HasBranch || !Selects.empty()) { in checkScopeHoistable()
879 for (SelectInst *SI : Selects) { in checkScopeHoistable()
883 for (auto it = Selects.begin(); it != Selects.end(); ) { in checkScopeHoistable()
899 it = Selects.erase(it); in checkScopeHoistable()
920 for (SelectInst *SI : Selects) { in checkScopeHoistable()
923 for (SelectInst *SI : Selects) { in checkScopeHoistable()
930 llvm::erase_if(Selects, [EntryBB](SelectInst *SI) { in checkScopeHoistable()
947 for (auto *SI : Selects) { in checkScopeHoistable()
959 for (auto *SI : Selects) { in checkScopeHoistable()
1022 for (SelectInst *SI : RI.Selects) { in getCHRConditionValuesForRegion()
1100 for (SelectInst *SI : RI.Selects) in getSelectsInScope()
1292 for (SelectInst *SI : RI.Selects) { in classifyBiasedScopes()
1368 for (SelectInst *SI : RI.Selects) { in setCHRRegions()
1390 for (SelectInst *SI : RI.Selects) { in setCHRRegions()
1485 for (SelectInst *SI : RI.Selects) { in hoistScopeConditions()
1616 for (SelectInst *SI : RI.Selects) in assertCHRRegionsHaveBiasedBranchOrSelect()
1649 for (SelectInst *SI : RI.Selects) { in assertBranchOrSelectConditionHoisted()
1826 for (SelectInst *SI : RI.Selects) { in fixupBranchesAndSelects()