Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DLoopInterchange.h20 struct LoopInterchangePass : public PassInfoMixin<LoopInterchangePass> { struct
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp480 LPM2.addPass(LoopInterchangePass()); in buildO1FunctionSimplificationPipeline()
671 LPM2.addPass(LoopInterchangePass()); in buildFunctionSimplificationPipeline()
H A DPassRegistry.def599 LOOPNEST_PASS("loop-interchange", LoopInterchangePass())
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1711 PreservedAnalyses LoopInterchangePass::run(LoopNest &LN, in run()