Lines Matching defs:HoistStopMap
241 assert(HoistStopMap.empty() && "MapHoistStops must be empty");
280 HoistStopMapTy HoistStopMap;
1351 assert(Scope->HoistStopMap.empty() && Scope->CHRRegions.empty() &&
1356 dbgs() << "setCHRRegions HoistStopMap " << *Scope << "\n";
1357 for (auto pair : Scope->HoistStopMap) {
1413 OutermostScope->HoistStopMap[R] = HoistStops;
1434 HoistStopMapTy &HoistStopMap,
1438 auto IT = HoistStopMap.find(R);
1439 assert(IT != HoistStopMap.end() && "Region must be in hoist stop map");
1471 hoistValue(Op, HoistPoint, R, HoistStopMap, HoistedSet, TrivialPHIs, DT);
1491 hoistValue(BI->getCondition(), HoistPoint, R, Scope->HoistStopMap,
1499 hoistValue(SI->getCondition(), HoistPoint, R, Scope->HoistStopMap,