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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp360 DenseSet<Instruction *> &Unhoistables);
558 DenseSet<Instruction *> &Unhoistables,
568 if (Unhoistables.count(I)) {
587 if (!checkHoistValue(Op, InsertPoint, DT, Unhoistables, &OpsHoistStops,
906 DenseSet<Instruction *> Unhoistables; local
907 // Initialize Unhoistables with the selects.
909 Unhoistables.insert(SI);
920 DT, Unhoistables, nullptr, Visited);
930 // Unhoistables.
931 Unhoistables
557 checkHoistValue(Value *V, Instruction *InsertPoint, DominatorTree &DT, DenseSet<Instruction *> &Unhoistables, DenseSet<Instruction *> *HoistStops, DenseMap<Instruction *, bool> &Visited) argument
1065 shouldSplit(Instruction *InsertPoint, DenseSet<Value *> &PrevConditionValues, DenseSet<Value *> &ConditionValues, DominatorTree &DT, DenseSet<Instruction *> &Unhoistables) argument
1142 DenseSet<Instruction *> Unhoistables; local
1153 splitScope( CHRScope *Scope, CHRScope *Outer, DenseSet<Value *> *OuterConditionValues, Instruction *OuterInsertPoint, SmallVectorImpl<CHRScope *> &Output, DenseSet<Instruction *> &Unhoistables) argument
1394 DenseSet<Instruction *> Unhoistables; local
[all...]

Completed in 101 milliseconds