Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp529 DenseSet<Instruction *> *HoistStops, in checkHoistValue() argument
546 if (HoistStops) in checkHoistValue()
547 HoistStops->insert(I); in checkHoistValue()
566 if (HoistStops) in checkHoistValue()
567 HoistStops->insert(OpsHoistStops.begin(), OpsHoistStops.end()); in checkHoistValue()
1384 DenseSet<Instruction *> HoistStops; in setCHRRegions() local
1394 Unhoistables, &HoistStops, Visited); in setCHRRegions()
1406 Unhoistables, &HoistStops, Visited); in setCHRRegions()
1413 OutermostScope->HoistStopMap[R] = HoistStops; in setCHRRegions()
1440 DenseSet<Instruction *> &HoistStops = IT->second; in hoistValue() local
[all …]