Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DLoopInterchange.h17 struct LoopInterchangePass : public PassInfoMixin<LoopInterchangePass> { struct
/freebsd-13.1/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def423 LOOP_PASS("loop-interchange", LoopInterchangePass())
H A DPassBuilder.cpp599 LPM2.addPass(LoopInterchangePass()); in buildO1FunctionSimplificationPipeline()
773 LPM2.addPass(LoopInterchangePass()); in buildFunctionSimplificationPipeline()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1814 PreservedAnalyses LoopInterchangePass::run(LoopNest &LN, in run()