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

Declarations

include/llvm/InitializePasses.h
  202 void initializeLazyValueInfoWrapperPassPass(PassRegistry&);

References

include/llvm/Analysis/LazyValueInfo.h
  148     initializeLazyValueInfoWrapperPassPass(*PassRegistry::getPassRegistry());
lib/Analysis/Analysis.cpp
   57   initializeLazyValueInfoWrapperPassPass(Registry);
lib/Analysis/LazyValueInfo.cpp
 2065 INITIALIZE_PASS_DEPENDENCY(LazyValueInfoWrapperPass)
lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
  116 INITIALIZE_PASS_DEPENDENCY(LazyValueInfoWrapperPass)
lib/Transforms/Scalar/JumpThreading.cpp
  160 INITIALIZE_PASS_DEPENDENCY(LazyValueInfoWrapperPass)
lib/Transforms/Utils/LowerSwitch.cpp
  137 INITIALIZE_PASS_DEPENDENCY(LazyValueInfoWrapperPass)