Searched refs:HoistStopMap (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | ControlHeightReduction.cpp | 272 assert(HoistStopMap.empty() && "MapHoistStops must be empty"); in split() 311 HoistStopMapTy HoistStopMap; member in __anon566c75c30211::CHRScope 1365 assert(Scope->HoistStopMap.empty() && Scope->CHRRegions.empty() && in setCHRRegions() 1371 for (auto pair : Scope->HoistStopMap) { in setCHRRegions() 1427 OutermostScope->HoistStopMap[R] = HoistStops; in setCHRRegions() 1448 HoistStopMapTy &HoistStopMap, in hoistValue() argument 1452 auto IT = HoistStopMap.find(R); in hoistValue() 1453 assert(IT != HoistStopMap.end() && "Region must be in hoist stop map"); in hoistValue() 1485 hoistValue(Op, HoistPoint, R, HoistStopMap, HoistedSet, TrivialPHIs, DT); in hoistValue() 1505 hoistValue(BI->getCondition(), HoistPoint, R, Scope->HoistStopMap, in hoistScopeConditions() [all …]
|