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

Declarations

include/llvm/Analysis/LazyValueInfo.h
  154   LazyValueInfo &getLVI();

References

lib/Analysis/LazyValueInfo.cpp
 2054     auto &LVI = getAnalysis<LazyValueInfoWrapperPass>().getLVI();
lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
  919   LazyValueInfo *LVI = &getAnalysis<LazyValueInfoWrapperPass>().getLVI();
lib/Transforms/Scalar/JumpThreading.cpp
  303   auto LVI = &getAnalysis<LazyValueInfoWrapperPass>().getLVI();
lib/Transforms/Utils/LowerSwitch.cpp
  147   LazyValueInfo *LVI = &getAnalysis<LazyValueInfoWrapperPass>().getLVI();