Lines Matching refs:Unhoistables

325                                         DenseSet<Instruction *> &Unhoistables);
528 DenseSet<Instruction *> &Unhoistables, in checkHoistValue() argument
539 if (Unhoistables.count(I)) { in checkHoistValue()
558 if (!checkHoistValue(Op, InsertPoint, DT, Unhoistables, &OpsHoistStops, in checkHoistValue()
886 DenseSet<Instruction *> Unhoistables; in checkScopeHoistable() local
889 Unhoistables.insert(SI); in checkScopeHoistable()
900 DT, Unhoistables, nullptr, Visited); in checkScopeHoistable()
911 Unhoistables.erase(SI); in checkScopeHoistable()
921 DT, Unhoistables, nullptr, Visited); in checkScopeHoistable()
942 Unhoistables.clear(); in checkScopeHoistable()
953 DT, Unhoistables, nullptr, Visited) && in checkScopeHoistable()
961 Unhoistables, nullptr, Visited) && in checkScopeHoistable()
1048 DenseSet<Instruction *> &Unhoistables) { in shouldSplit() argument
1063 if (!checkHoistValue(V, InsertPoint, DT, Unhoistables, nullptr, Visited)) { in shouldSplit()
1120 DenseSet<Instruction *> Unhoistables; in splitScopes() local
1121 getSelectsInScope(Scope, Unhoistables); in splitScopes()
1122 splitScope(Scope, nullptr, nullptr, nullptr, Output, Unhoistables); in splitScopes()
1137 DenseSet<Instruction *> &Unhoistables) { in splitScope() argument
1166 ConditionValues, DT, Unhoistables)) { in splitScope()
1194 DT, Unhoistables)) { in splitScope()
1372 DenseSet<Instruction *> Unhoistables; in setCHRRegions() local
1378 Unhoistables.insert(SI); in setCHRRegions()
1394 Unhoistables, &HoistStops, Visited); in setCHRRegions()
1406 Unhoistables, &HoistStops, Visited); in setCHRRegions()