Home
last modified time | relevance | path

Searched refs:HoistedSet (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1427 DenseSet<Instruction *> &HoistedSet, in hoistValue() argument
1444 if (HoistedSet.count(I)) in hoistValue()
1449 hoistValue(Op, HoistPoint, R, HoistStopMap, HoistedSet, TrivialPHIs); in hoistValue()
1452 HoistedSet.insert(I); in hoistValue()
1461 DenseSet<Instruction *> HoistedSet; in hoistScopeConditions() local
1469 HoistedSet, TrivialPHIs); in hoistScopeConditions()
1477 HoistedSet, TrivialPHIs); in hoistScopeConditions()