Lines Matching defs:HoistStops
523 // operands) above the insert point. When it returns true and HoistStops is
525 // inserted into HoistStops.
529 DenseSet<Instruction *> *HoistStops,
546 if (HoistStops)
547 HoistStops->insert(I);
566 if (HoistStops)
567 HoistStops->insert(OpsHoistStops.begin(), OpsHoistStops.end());
1384 DenseSet<Instruction *> HoistStops;
1391 // Note checkHoistValue fills in HoistStops.
1394 Unhoistables, &HoistStops, Visited);
1403 // Note checkHoistValue fills in HoistStops.
1406 Unhoistables, &HoistStops, Visited);
1413 OutermostScope->HoistStopMap[R] = HoistStops;
1440 DenseSet<Instruction *> &HoistStops = IT->second;
1444 if (HoistStops.count(I))
1449 // non-phi in HoistStops. Note that since this phi is at the exit of a