Searched refs:HoistedSet (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | ControlHeightReduction.cpp | 1434 DenseSet<Instruction *> &HoistedSet, in hoistValue() argument 1452 if (HoistedSet.count(I)) in hoistValue() 1470 hoistValue(Op, HoistPoint, R, HoistStopMap, HoistedSet, TrivialPHIs, DT); in hoistValue() 1473 HoistedSet.insert(I); in hoistValue() 1483 DenseSet<Instruction *> HoistedSet; in hoistScopeConditions() local 1491 HoistedSet, TrivialPHIs, DT); in hoistScopeConditions() 1499 HoistedSet, TrivialPHIs, DT); in hoistScopeConditions()
|