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.cpp240 assert(HoistStopMap.empty() && "MapHoistStops must be empty"); in split()
279 HoistStopMapTy HoistStopMap; member in __anonb349c5e00111::CHRScope
1350 assert(Scope->HoistStopMap.empty() && Scope->CHRRegions.empty() && in setCHRRegions()
1356 for (auto pair : Scope->HoistStopMap) { in setCHRRegions()
1412 OutermostScope->HoistStopMap[R] = HoistStops; in setCHRRegions()
1433 HoistStopMapTy &HoistStopMap, in hoistValue() argument
1437 auto IT = HoistStopMap.find(R); in hoistValue()
1438 assert(IT != HoistStopMap.end() && "Region must be in hoist stop map"); in hoistValue()
1470 hoistValue(Op, HoistPoint, R, HoistStopMap, HoistedSet, TrivialPHIs, DT); in hoistValue()
1490 hoistValue(BI->getCondition(), HoistPoint, R, Scope->HoistStopMap, in hoistScopeConditions()
[all …]