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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp553 // operands) above the insert point. When it returns true and HoistStops is
555 // inserted into HoistStops.
559 DenseSet<Instruction *> *HoistStops,
575 if (HoistStops)
576 HoistStops->insert(I);
595 if (HoistStops)
596 HoistStops->insert(OpsHoistStops.begin(), OpsHoistStops.end());
1406 DenseSet<Instruction *> HoistStops; local
1413 // Note checkHoistValue fills in HoistStops.
1416 Unhoistables, &HoistStops, Visite
557 checkHoistValue(Value *V, Instruction *InsertPoint, DominatorTree &DT, DenseSet<Instruction *> &Unhoistables, DenseSet<Instruction *> *HoistStops, DenseMap<Instruction *, bool> &Visited) argument
1462 DenseSet<Instruction *> &HoistStops = IT->second; local
[all...]

Completed in 111 milliseconds