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.cpp553 DenseSet<Instruction *> OpsHoistStops; in checkHoistValue() local
556 if (!checkHoistValue(Op, InsertPoint, DT, Unhoistables, &OpsHoistStops, in checkHoistValue()
565 HoistStops->insert_range(OpsHoistStops); in checkHoistValue()