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

Declarations

include/llvm/InitializePasses.h
  167 void initializeGlobalsAAWrapperPassPass(PassRegistry&);

References

lib/Analysis/AliasAnalysis.cpp
  759 INITIALIZE_PASS_DEPENDENCY(GlobalsAAWrapperPass)
lib/Analysis/Analysis.cpp
   51   initializeGlobalsAAWrapperPassPass(Registry);
lib/Analysis/GlobalsModRef.cpp
 1005   initializeGlobalsAAWrapperPassPass(*PassRegistry::getPassRegistry());
lib/LTO/LTOCodeGenerator.cpp
  142   initializeGlobalsAAWrapperPassPass(R);
lib/Transforms/InstCombine/InstructionCombining.cpp
 3630 INITIALIZE_PASS_DEPENDENCY(GlobalsAAWrapperPass)
lib/Transforms/Scalar/DeadStoreElimination.cpp
 1390 INITIALIZE_PASS_DEPENDENCY(GlobalsAAWrapperPass)
lib/Transforms/Scalar/GVN.cpp
 2707 INITIALIZE_PASS_DEPENDENCY(GlobalsAAWrapperPass)
lib/Transforms/Scalar/LoopVersioningLICM.cpp
  630 INITIALIZE_PASS_DEPENDENCY(GlobalsAAWrapperPass)
lib/Transforms/Scalar/MemCpyOptimizer.cpp
  296 INITIALIZE_PASS_DEPENDENCY(GlobalsAAWrapperPass)
lib/Transforms/Scalar/NewGVN.cpp
 4218 INITIALIZE_PASS_DEPENDENCY(GlobalsAAWrapperPass)
lib/Transforms/Utils/LoopUtils.cpp
  193   INITIALIZE_PASS_DEPENDENCY(GlobalsAAWrapperPass)
lib/Transforms/Vectorize/LoadStoreVectorizer.cpp
  240 INITIALIZE_PASS_DEPENDENCY(GlobalsAAWrapperPass)
lib/Transforms/Vectorize/LoopVectorize.cpp
 6328 INITIALIZE_PASS_DEPENDENCY(GlobalsAAWrapperPass)