Searched refs:LoopRotatePass (Results 1 – 11 of 11) sorted by relevance
/external/llvm/include/llvm/Transforms/Scalar/ |
D | LoopRotation.h | 23 class LoopRotatePass : public PassInfoMixin<LoopRotatePass> { 25 LoopRotatePass();
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/ |
D | LoopRotation.h | 23 class LoopRotatePass : public PassInfoMixin<LoopRotatePass> { 25 LoopRotatePass(bool EnableHeaderDuplication = true);
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Scalar/ |
D | LoopRotation.h | 24 class LoopRotatePass : public PassInfoMixin<LoopRotatePass> { 26 LoopRotatePass(bool EnableHeaderDuplication = true,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopRotation.cpp | 36 LoopRotatePass::LoopRotatePass(bool EnableHeaderDuplication) in LoopRotatePass() function in LoopRotatePass 39 PreservedAnalyses LoopRotatePass::run(Loop &L, LoopAnalysisManager &AM, in run()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
D | LoopRotation.cpp | 42 LoopRotatePass::LoopRotatePass(bool EnableHeaderDuplication, bool PrepareForLTO) in LoopRotatePass() function in LoopRotatePass 46 PreservedAnalyses LoopRotatePass::run(Loop &L, LoopAnalysisManager &AM, in run()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopRotation.cpp | 620 LoopRotatePass::LoopRotatePass() {} in LoopRotatePass() function in LoopRotatePass 622 PreservedAnalyses LoopRotatePass::run(Loop &L, AnalysisManager<Loop> &AM) { in run()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Passes/ |
D | PassBuilderPipelines.cpp | 375 LPM1.addPass(LoopRotatePass(/* Disable header duplication */ true, in buildO1FunctionSimplificationPipeline() 559 LoopRotatePass(Level != OptimizationLevel::Oz, isLTOPreLink(Phase))); in buildFunctionSimplificationPipeline() 747 LoopRotatePass(Level != OptimizationLevel::Oz), in addPGOInstrPasses() 1310 LPM.addPass(LoopRotatePass(Level != OptimizationLevel::Oz, LTOPreLink)); in buildModuleOptimizationPipeline()
|
D | PassRegistry.def | 533 LOOP_PASS("loop-rotate", LoopRotatePass())
|
/external/llvm/lib/Passes/ |
D | PassRegistry.def | 192 LOOP_PASS("rotate", LoopRotatePass())
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/ |
D | PassBuilder.cpp | 473 LPM1.addPass(LoopRotatePass(Level != Oz)); in buildFunctionSimplificationPipeline() 626 LoopRotatePass(), EnableMSSALoopDependency, DebugLogging)); in addPGOInstrPasses() 930 LoopRotatePass(), EnableMSSALoopDependency, DebugLogging)); in buildModuleOptimizationPipeline()
|
D | PassRegistry.def | 304 LOOP_PASS("rotate", LoopRotatePass())
|