Lines Matching defs:HoistStopMap
240 assert(HoistStopMap.empty() && "MapHoistStops must be empty");
279 HoistStopMapTy HoistStopMap;
1349 assert(Scope->HoistStopMap.empty() && Scope->CHRRegions.empty() &&
1354 dbgs() << "setCHRRegions HoistStopMap " << *Scope << "\n";
1355 for (auto pair : Scope->HoistStopMap) {
1411 OutermostScope->HoistStopMap[R] = HoistStops;
1432 HoistStopMapTy &HoistStopMap,
1436 auto IT = HoistStopMap.find(R);
1437 assert(IT != HoistStopMap.end() && "Region must be in hoist stop map");
1469 hoistValue(Op, HoistPoint, R, HoistStopMap, HoistedSet, TrivialPHIs, DT);
1489 hoistValue(BI->getCondition(), HoistPoint, R, Scope->HoistStopMap,
1497 hoistValue(SI->getCondition(), HoistPoint, R, Scope->HoistStopMap,