Searched refs:HoistStopMap (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | ControlHeightReduction.cpp | 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() [all …]
|