reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Instrumentation/ControlHeightReduction.cpp
 1458     if (I == HoistPoint)
 1474     assert(DT.getNode(HoistPoint->getParent()) &&
 1476     if (DT.dominates(I, HoistPoint))
 1487       hoistValue(Op, HoistPoint, R, HoistStopMap, HoistedSet, TrivialPHIs, DT);
 1489     I->moveBefore(HoistPoint);