Home
last modified time | relevance | path

Searched refs:EnableMSSALoopDependency (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp84 if (EnableMSSALoopDependency) in getAnalysisUsage()
101 if (EnableMSSALoopDependency) { in runOnLoop()
DLoopInstSimplify.cpp200 if (EnableMSSALoopDependency) { in runOnLoop()
214 if (EnableMSSALoopDependency) { in getAnalysisUsage()
DLoopSimplifyCFG.cpp731 if (EnableMSSALoopDependency) { in runOnLoop()
747 if (EnableMSSALoopDependency) { in getAnalysisUsage()
DLoopLoadElimination.cpp704 MemorySSA *MSSA = EnableMSSALoopDependency in run()
DLoopUnswitch.cpp222 if (EnableMSSALoopDependency) { in getAnalysisUsage()
528 if (EnableMSSALoopDependency) { in runOnLoop()
DLICM.cpp214 MemorySSA *MSSA = EnableMSSALoopDependency in runOnLoop()
239 if (EnableMSSALoopDependency) { in getAnalysisUsage()
DSimpleLoopUnswitch.cpp2929 if (EnableMSSALoopDependency) { in getAnalysisUsage()
2954 if (EnableMSSALoopDependency) { in runOnLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
DPassBuilder.cpp500 std::move(LPM1), EnableMSSALoopDependency, DebugLogging)); in buildFunctionSimplificationPipeline()
548 EnableMSSALoopDependency, DebugLogging)); in buildFunctionSimplificationPipeline()
626 LoopRotatePass(), EnableMSSALoopDependency, DebugLogging)); in addPGOInstrPasses()
930 LoopRotatePass(), EnableMSSALoopDependency, DebugLogging)); in buildModuleOptimizationPipeline()
988 EnableMSSALoopDependency, DebugLogging)); in buildModuleOptimizationPipeline()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp773 if (EnableMSSALoopDependency) in getAnalysisUsage()
808 if (EnableMSSALoopDependency) { in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemorySSA.h109 extern cl::opt<bool> EnableMSSALoopDependency;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSA.cpp87 cl::opt<bool> llvm::EnableMSSALoopDependency( member in llvm
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp7972 MemorySSA *MSSA = EnableMSSALoopDependency in run()