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

Declarations

include/llvm/Analysis/MemorySSA.h
  108 extern cl::opt<bool> EnableMSSALoopDependency;

References

lib/Passes/PassBuilder.cpp
  484       std::move(LPM1), EnableMSSALoopDependency, DebugLogging));
  528       EnableMSSALoopDependency, DebugLogging));
  605       LoopRotatePass(), EnableMSSALoopDependency, DebugLogging));
  909       LoopRotatePass(), EnableMSSALoopDependency, DebugLogging));
  968       EnableMSSALoopDependency, DebugLogging));
lib/Transforms/Scalar/LICM.cpp
  212     MemorySSA *MSSA = EnableMSSALoopDependency
  237     if (EnableMSSALoopDependency) {
lib/Transforms/Scalar/LoopInstSimplify.cpp
  199     if (EnableMSSALoopDependency) {
  213     if (EnableMSSALoopDependency) {
lib/Transforms/Scalar/LoopLoadElimination.cpp
  702   MemorySSA *MSSA = EnableMSSALoopDependency
lib/Transforms/Scalar/LoopRotation.cpp
   82     if (EnableMSSALoopDependency) {
  101     if (EnableMSSALoopDependency) {
lib/Transforms/Scalar/LoopSimplifyCFG.cpp
  726     if (EnableMSSALoopDependency) {
  742     if (EnableMSSALoopDependency) {
lib/Transforms/Scalar/LoopUnswitch.cpp
  221       if (EnableMSSALoopDependency) {
  527   if (EnableMSSALoopDependency) {
lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
 2912     if (EnableMSSALoopDependency) {
 2937   if (EnableMSSALoopDependency) {
lib/Transforms/Utils/LoopSimplify.cpp
  772       if (EnableMSSALoopDependency)
  807   if (EnableMSSALoopDependency) {
lib/Transforms/Vectorize/LoopVectorize.cpp
 7879     MemorySSA *MSSA = EnableMSSALoopDependency
unittests/Transforms/Scalar/LoopPassManagerTest.cpp
  400   if (EnableMSSALoopDependency)
  479     if (EnableMSSALoopDependency)
  809     if (EnableMSSALoopDependency)
  832     if (EnableMSSALoopDependency)