Home
last modified time | relevance | path

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

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