Home
last modified time | relevance | path

Searched refs:LoopInterchangePass (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Scalar/
H A DLoopInterchange.h20 struct LoopInterchangePass : public PassInfoMixin<LoopInterchangePass> { struct
/llvm-project-15.0.7/llvm/test/Other/
H A Dloopnest-callback.ll3 ; CHECK: IR Dump After LoopInterchangePass
/llvm-project-15.0.7/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp320 LPM2.addPass(LoopInterchangePass()); in buildO1FunctionSimplificationPipeline()
505 LPM2.addPass(LoopInterchangePass()); in buildFunctionSimplificationPipeline()
H A DPassRegistry.def482 LOOPNEST_PASS("loop-interchange", LoopInterchangePass())
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1764 PreservedAnalyses LoopInterchangePass::run(LoopNest &LN, in run()