Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp538 DenseSet<Instruction *> OpsHoistStops; in checkHoistValue() local
541 if (!checkHoistValue(Op, InsertPoint, DT, Unhoistables, &OpsHoistStops, in checkHoistValue()
550 HoistStops->insert(OpsHoistStops.begin(), OpsHoistStops.end()); in checkHoistValue()