Searched refs:HoistedSet (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | ControlHeightReduction.cpp | 1425 DenseSet<Instruction *> &HoistedSet, in hoistValue() argument 1443 if (HoistedSet.count(I)) in hoistValue() 1461 hoistValue(Op, HoistPoint, R, HoistStopMap, HoistedSet, TrivialPHIs, DT); in hoistValue() 1464 HoistedSet.insert(I); in hoistValue() 1474 DenseSet<Instruction *> HoistedSet; in hoistScopeConditions() local 1482 HoistedSet, TrivialPHIs, DT); in hoistScopeConditions() 1490 HoistedSet, TrivialPHIs, DT); in hoistScopeConditions()
|