Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp325 DenseSet<Instruction *> &Unhoistables);
528 DenseSet<Instruction *> &Unhoistables, in checkHoistValue() argument
539 if (Unhoistables.count(I)) { in checkHoistValue()
558 if (!checkHoistValue(Op, InsertPoint, DT, Unhoistables, &OpsHoistStops, in checkHoistValue()
886 DenseSet<Instruction *> Unhoistables; in checkScopeHoistable() local
889 Unhoistables.insert(SI); in checkScopeHoistable()
900 DT, Unhoistables, nullptr, Visited); in checkScopeHoistable()
911 Unhoistables.erase(SI); in checkScopeHoistable()
921 DT, Unhoistables, nullptr, Visited); in checkScopeHoistable()
942 Unhoistables.clear(); in checkScopeHoistable()
[all …]