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

References

lib/Transforms/Scalar/LoopFuse.cpp
 1627 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass)
 1628 INITIALIZE_PASS_DEPENDENCY(ScalarEvolutionWrapperPass)
 1629 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
 1630 INITIALIZE_PASS_DEPENDENCY(DependenceAnalysisWrapperPass)
 1631 INITIALIZE_PASS_DEPENDENCY(LoopInfoWrapperPass)
 1632 INITIALIZE_PASS_DEPENDENCY(OptimizationRemarkEmitterWrapperPass)