Lines Matching defs:HoistStops
521 // operands) above the insert point. When it returns true and HoistStops is
523 // inserted into HoistStops.
527 DenseSet<Instruction *> *HoistStops,
544 if (HoistStops)
545 HoistStops->insert(I);
564 if (HoistStops)
565 HoistStops->insert(OpsHoistStops.begin(), OpsHoistStops.end());
1382 DenseSet<Instruction *> HoistStops;
1389 // Note checkHoistValue fills in HoistStops.
1392 Unhoistables, &HoistStops, Visited);
1401 // Note checkHoistValue fills in HoistStops.
1404 Unhoistables, &HoistStops, Visited);
1411 OutermostScope->HoistStopMap[R] = HoistStops;
1438 DenseSet<Instruction *> &HoistStops = IT->second;
1442 if (HoistStops.count(I))
1447 // non-phi in HoistStops. Note that since this phi is at the exit of a