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

Declarations

include/llvm/InitializePasses.h
  372 void initializeScalarEvolutionWrapperPassPass(PassRegistry&);

References

lib/Analysis/Analysis.cpp
   79   initializeScalarEvolutionWrapperPassPass(Registry);
lib/Analysis/DependenceAnalysis.cpp
  137 INITIALIZE_PASS_DEPENDENCY(ScalarEvolutionWrapperPass)
lib/Analysis/IVUsers.cpp
   50 INITIALIZE_PASS_DEPENDENCY(ScalarEvolutionWrapperPass)
lib/Analysis/LoopAccessAnalysis.cpp
 2446 INITIALIZE_PASS_DEPENDENCY(ScalarEvolutionWrapperPass)
lib/Analysis/ScalarEvolution.cpp
12031   initializeScalarEvolutionWrapperPassPass(*PassRegistry::getPassRegistry());
lib/Analysis/ScalarEvolutionAliasAnalysis.cpp
  126 INITIALIZE_PASS_DEPENDENCY(ScalarEvolutionWrapperPass)
lib/Analysis/StackSafetyAnalysis.cpp
  667 INITIALIZE_PASS_DEPENDENCY(ScalarEvolutionWrapperPass)
lib/CodeGen/HardwareLoops.cpp
  460 INITIALIZE_PASS_DEPENDENCY(ScalarEvolutionWrapperPass)
lib/Target/AArch64/AArch64FalkorHWPFFix.cpp
  111 INITIALIZE_PASS_DEPENDENCY(ScalarEvolutionWrapperPass)
lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp
  261 INITIALIZE_PASS_DEPENDENCY(ScalarEvolutionWrapperPass)
lib/Target/PowerPC/PPCLoopPreIncPrep.cpp
  153 INITIALIZE_PASS_DEPENDENCY(ScalarEvolutionWrapperPass)
lib/Transforms/Scalar/AlignmentFromAssumptions.cpp
   78 INITIALIZE_PASS_DEPENDENCY(ScalarEvolutionWrapperPass)
lib/Transforms/Scalar/LoopDataPrefetch.cpp
  132 INITIALIZE_PASS_DEPENDENCY(ScalarEvolutionWrapperPass)
lib/Transforms/Scalar/LoopDistribute.cpp
 1084 INITIALIZE_PASS_DEPENDENCY(ScalarEvolutionWrapperPass)
lib/Transforms/Scalar/LoopFuse.cpp
 1628 INITIALIZE_PASS_DEPENDENCY(ScalarEvolutionWrapperPass)
lib/Transforms/Scalar/LoopLoadElimination.cpp
  679 INITIALIZE_PASS_DEPENDENCY(ScalarEvolutionWrapperPass)
lib/Transforms/Scalar/LoopStrengthReduce.cpp
 5769 INITIALIZE_PASS_DEPENDENCY(ScalarEvolutionWrapperPass)
lib/Transforms/Scalar/LoopVersioningLICM.cpp
  635 INITIALIZE_PASS_DEPENDENCY(ScalarEvolutionWrapperPass)
lib/Transforms/Scalar/NaryReassociate.cpp
  156 INITIALIZE_PASS_DEPENDENCY(ScalarEvolutionWrapperPass)
lib/Transforms/Scalar/PlaceSafepoints.cpp
  607 INITIALIZE_PASS_DEPENDENCY(ScalarEvolutionWrapperPass)
lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
  470 INITIALIZE_PASS_DEPENDENCY(ScalarEvolutionWrapperPass)
lib/Transforms/Scalar/StraightLineStrengthReduce.cpp
  250 INITIALIZE_PASS_DEPENDENCY(ScalarEvolutionWrapperPass)
lib/Transforms/Utils/LoopUtils.cpp
  195   INITIALIZE_PASS_DEPENDENCY(ScalarEvolutionWrapperPass)
lib/Transforms/Utils/LoopVersioning.cpp
  319 INITIALIZE_PASS_DEPENDENCY(ScalarEvolutionWrapperPass)
lib/Transforms/Vectorize/LoopVectorize.cpp
 6332 INITIALIZE_PASS_DEPENDENCY(ScalarEvolutionWrapperPass)
lib/Transforms/Vectorize/SLPVectorizer.cpp
 7141 INITIALIZE_PASS_DEPENDENCY(ScalarEvolutionWrapperPass)
tools/polly/lib/Analysis/ScopDetection.cpp
 1930 INITIALIZE_PASS_DEPENDENCY(ScalarEvolutionWrapperPass);
tools/polly/lib/Analysis/ScopInfo.cpp
 2711 INITIALIZE_PASS_DEPENDENCY(ScalarEvolutionWrapperPass);
 2842 INITIALIZE_PASS_DEPENDENCY(ScalarEvolutionWrapperPass);
tools/polly/lib/CodeGen/CodeGeneration.cpp
  381 INITIALIZE_PASS_DEPENDENCY(ScalarEvolutionWrapperPass);
unittests/Analysis/UnrollAnalyzerTest.cpp
  327 INITIALIZE_PASS_DEPENDENCY(ScalarEvolutionWrapperPass)