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

Declarations

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

References

lib/Analysis/MemorySSAUpdater.cpp
  757   applyInsertUpdates(Updates, DT);
lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
  495     MSSAU->applyInsertUpdates(Updates, DT);
unittests/Analysis/MemorySSATest.cpp
 1446   MSSAU->applyInsertUpdates(Updates, Analyses->DT);
 1508   MSSAU->applyInsertUpdates(Updates, Analyses->DT);
 1577   MSSAU->applyInsertUpdates(Updates, Analyses->DT);