Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp555 DenseSet<Instruction *> OpsHoistStops; in checkHoistValue() local
558 if (!checkHoistValue(Op, InsertPoint, DT, Unhoistables, &OpsHoistStops, in checkHoistValue()
567 HoistStops->insert(OpsHoistStops.begin(), OpsHoistStops.end()); in checkHoistValue()