Lines Matching refs:HoistStopMap
232 assert(HoistStopMap.empty() && "MapHoistStops must be empty"); in split()
271 HoistStopMapTy HoistStopMap; member in __anonfd3f65480111::CHRScope
1342 assert(Scope->HoistStopMap.empty() && Scope->CHRRegions.empty() && in setCHRRegions()
1348 for (auto pair : Scope->HoistStopMap) { in setCHRRegions()
1404 OutermostScope->HoistStopMap[R] = HoistStops; in setCHRRegions()
1425 HoistStopMapTy &HoistStopMap, in hoistValue() argument
1429 auto IT = HoistStopMap.find(R); in hoistValue()
1430 assert(IT != HoistStopMap.end() && "Region must be in hoist stop map"); in hoistValue()
1462 hoistValue(Op, HoistPoint, R, HoistStopMap, HoistedSet, TrivialPHIs, DT); in hoistValue()
1482 hoistValue(BI->getCondition(), HoistPoint, R, Scope->HoistStopMap, in hoistScopeConditions()
1490 hoistValue(SI->getCondition(), HoistPoint, R, Scope->HoistStopMap, in hoistScopeConditions()