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

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

Completed in 155 milliseconds