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