Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DLoopInterchange.h17 struct LoopInterchangePass : public PassInfoMixin<LoopInterchangePass> { struct
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/
H A DPassRegistry.def393 LOOP_PASS("loop-interchange", LoopInterchangePass())
H A DPassBuilder.cpp593 LPM2.addPass(LoopInterchangePass()); in buildO1FunctionSimplificationPipeline()
768 LPM2.addPass(LoopInterchangePass()); in buildFunctionSimplificationPipeline()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1764 PreservedAnalyses LoopInterchangePass::run(LoopNest &LN, in run()