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

Declarations

include/llvm/InitializePasses.h
  197 void initializeLCSSAWrapperPassPass(PassRegistry&);

References

lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp
  260 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass)
lib/Target/Hexagon/HexagonVectorLoopCarriedReuse.cpp
  312 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass)
lib/Transforms/Scalar/LoopVersioningLICM.cpp
  631 INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass)
lib/Transforms/Utils/LCSSA.cpp
  410     initializeLCSSAWrapperPassPass(*PassRegistry::getPassRegistry());
lib/Transforms/Utils/LoopUtils.cpp
  190   INITIALIZE_PASS_DEPENDENCY(LCSSAWrapperPass)
lib/Transforms/Utils/Utils.cpp
   30   initializeLCSSAWrapperPassPass(Registry);