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/Transforms/Scalar/
H A DLoopInterchange.cpp1932 PreservedAnalyses LoopInterchangePass::run(LoopNest &LN, in run()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def725 LOOPNEST_PASS("loop-interchange", LoopInterchangePass())
H A DPassBuilderPipelines.cpp1549 LPM.addPass(LoopInterchangePass()); in buildModuleOptimizationPipeline()