Home
last modified time | relevance | path

Searched refs:HoistStopMap (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp241 assert(HoistStopMap.empty() && "MapHoistStops must be empty"); in split()
280 HoistStopMapTy HoistStopMap; member in __anone1ce48180111::CHRScope
1351 assert(Scope->HoistStopMap.empty() && Scope->CHRRegions.empty() && in setCHRRegions()
1357 for (auto pair : Scope->HoistStopMap) { in setCHRRegions()
1413 OutermostScope->HoistStopMap[R] = HoistStops; in setCHRRegions()
1434 HoistStopMapTy &HoistStopMap, in hoistValue() argument
1438 auto IT = HoistStopMap.find(R); in hoistValue()
1439 assert(IT != HoistStopMap.end() && "Region must be in hoist stop map"); in hoistValue()
1471 hoistValue(Op, HoistPoint, R, HoistStopMap, HoistedSet, TrivialPHIs, DT); in hoistValue()
1491 hoistValue(BI->getCondition(), HoistPoint, R, Scope->HoistStopMap, in hoistScopeConditions()
[all …]