Searched refs:HoistStops (Results 1 – 1 of 1) sorted by relevance
529 DenseSet<Instruction *> *HoistStops, in checkHoistValue() argument546 if (HoistStops) in checkHoistValue()547 HoistStops->insert(I); in checkHoistValue()566 if (HoistStops) in checkHoistValue()567 HoistStops->insert(OpsHoistStops.begin(), OpsHoistStops.end()); in checkHoistValue()1384 DenseSet<Instruction *> HoistStops; in setCHRRegions() local1394 Unhoistables, &HoistStops, Visited); in setCHRRegions()1406 Unhoistables, &HoistStops, Visited); in setCHRRegions()1413 OutermostScope->HoistStopMap[R] = HoistStops; in setCHRRegions()1440 DenseSet<Instruction *> &HoistStops = IT->second; in hoistValue() local[all …]