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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1457 DenseSet<Instruction *> &HoistedSet,
1475 if (HoistedSet.count(I))
1493 hoistValue(Op, HoistPoint, R, HoistStopMap, HoistedSet, TrivialPHIs, DT);
1496 HoistedSet.insert(I);
1506 DenseSet<Instruction *> HoistedSet; local
1514 HoistedSet, TrivialPHIs, DT);
1522 HoistedSet, TrivialPHIs, DT);
1455 hoistValue(Value *V, Instruction *HoistPoint, Region *R, HoistStopMapTy &HoistStopMap, DenseSet<Instruction *> &HoistedSet, DenseSet<PHINode *> &TrivialPHIs, DominatorTree &DT) argument

Completed in 62 milliseconds