Searched refs:LoopRotatePass (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Scalar/ |
| H A D | LoopRotation.h | 24 class LoopRotatePass : public PassInfoMixin<LoopRotatePass> { 26 LoopRotatePass(bool EnableHeaderDuplication = true,
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LoopRotation.cpp | 41 LoopRotatePass::LoopRotatePass(bool EnableHeaderDuplication, bool PrepareForLTO) in LoopRotatePass() function in LoopRotatePass 45 PreservedAnalyses LoopRotatePass::run(Loop &L, LoopAnalysisManager &AM, in run()
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopRotate/ |
| H A D | pr35210.ll | 20 ; CHECK-NEXT: Running pass: LoopRotatePass on Loop at depth 1 containing: %bb<header><exiting>,%bb4… 39 ; MSSA-NEXT: Running pass: LoopRotatePass on Loop at depth 1 containing: %bb<header><exiting>,%bb4<…
|
| /llvm-project-15.0.7/polly/lib/Transform/ |
| H A D | Canonicalization.cpp | 108 LPM.addPass(LoopRotatePass(Level != OptimizationLevel::Oz)); in buildCanonicalicationPassesForNPM()
|
| /llvm-project-15.0.7/llvm/lib/Passes/ |
| H A D | PassBuilderPipelines.cpp | 302 LPM1.addPass(LoopRotatePass(/* Disable header duplication */ true, in buildO1FunctionSimplificationPipeline() 486 LoopRotatePass(Level != OptimizationLevel::Oz, isLTOPreLink(Phase))); in buildFunctionSimplificationPipeline() 670 LoopRotatePass(Level != OptimizationLevel::Oz), in addPGOInstrPasses() 1217 LPM.addPass(LoopRotatePass(Level != OptimizationLevel::Oz, LTOPreLink)); in buildModuleOptimizationPipeline()
|
| H A D | PassRegistry.def | 505 LOOP_PASS("loop-rotate", LoopRotatePass())
|
| /llvm-project-15.0.7/llvm/test/Other/ |
| H A D | new-pm-thinlto-postlink-pgo-defaults.ll | 110 ; CHECK-O-NEXT: Running pass: LoopRotatePass 173 ; CHECK-O-NEXT: Running pass: LoopRotatePass
|
| H A D | new-pm-thinlto-postlink-samplepgo-defaults.ll | 119 ; CHECK-O-NEXT: Running pass: LoopRotatePass 185 ; CHECK-O-NEXT: Running pass: LoopRotatePass
|
| H A D | new-pm-thinlto-defaults.ll | 137 ; CHECK-O-NEXT: Running pass: LoopRotatePass 202 ; CHECK-POSTLINK-O-NEXT: Running pass: LoopRotatePass
|
| H A D | new-pm-defaults.ll | 174 ; CHECK-O-NEXT: Running pass: LoopRotatePass 238 ; CHECK-O-NEXT: Running pass: LoopRotatePass
|
| H A D | new-pm-thinlto-prelink-samplepgo-defaults.ll | 114 ; CHECK-O-NEXT: Running pass: LoopRotatePass
|
| H A D | new-pm-thinlto-prelink-pgo-defaults.ll | 148 ; CHECK-O-NEXT: Running pass: LoopRotatePass
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | thinlto-distributed-newpm.ll | 86 ; CHECK-O: Running pass: LoopRotatePass on Loop at depth 1 containing: %b
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | NewPassManager.rst | 70 // LoopRotatePass is a loop pass 71 FPM.addPass(createFunctionToLoopPassAdaptor(LoopRotatePass()));
|