Searched refs:HoistedSet (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | ControlHeightReduction.cpp | 1426 DenseSet<Instruction *> &HoistedSet, in hoistValue() argument 1444 if (HoistedSet.count(I)) in hoistValue() 1462 hoistValue(Op, HoistPoint, R, HoistStopMap, HoistedSet, TrivialPHIs, DT); in hoistValue() 1465 HoistedSet.insert(I); in hoistValue() 1475 DenseSet<Instruction *> HoistedSet; in hoistScopeConditions() local 1483 HoistedSet, TrivialPHIs, DT); in hoistScopeConditions() 1491 HoistedSet, TrivialPHIs, DT); in hoistScopeConditions()
|