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

Declarations

include/llvm/Analysis/MemorySSAUpdater.h
  137   void applyUpdates(ArrayRef<CFGUpdate> Updates, DominatorTree &DT);

References

lib/Transforms/Scalar/LoopSimplifyCFG.cpp
  411           MSSAU->applyUpdates(DTUpdates, DT);
  420       MSSAU->applyUpdates(DTUpdates, DT);
lib/Transforms/Scalar/LoopUnswitch.cpp
  983       MSSAU->applyUpdates(Updates, *DT);
lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
  819     MSSAU->applyUpdates(DTUpdates, DT);
lib/Transforms/Utils/LoopRotationUtils.cpp
  431       MSSAU->applyUpdates(Updates, *DT);