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

References

include/llvm/Analysis/MemorySSAUpdater.h
  137   void applyUpdates(ArrayRef<CFGUpdate> Updates, DominatorTree &DT);
  139   void applyInsertUpdates(ArrayRef<CFGUpdate> Updates, DominatorTree &DT);
  304   void applyInsertUpdates(ArrayRef<CFGUpdate>, DominatorTree &DT,
lib/Analysis/MemorySSAUpdater.cpp
  749   SmallVector<CFGUpdate, 4> Updates;
  782 void MemorySSAUpdater::applyUpdates(ArrayRef<CFGUpdate> Updates,
  784   SmallVector<CFGUpdate, 4> RevDeleteUpdates;
  785   SmallVector<CFGUpdate, 4> InsertUpdates;
  813 void MemorySSAUpdater::applyInsertUpdates(ArrayRef<CFGUpdate> Updates,
  819 void MemorySSAUpdater::applyInsertUpdates(ArrayRef<CFGUpdate> Updates,
lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
  493     SmallVector<CFGUpdate, 1> Updates;
unittests/Analysis/MemorySSATest.cpp
 1443   SmallVector<CFGUpdate, 1> Updates;
 1505   SmallVector<CFGUpdate, 1> Updates;
 1574   SmallVector<CFGUpdate, 1> Updates;