Searched refs:LoopInterchangePass (Results 1 – 4 of 4) sorted by relevance
20 struct LoopInterchangePass : public PassInfoMixin<LoopInterchangePass> { struct
456 LPM2.addPass(LoopInterchangePass()); in buildO1FunctionSimplificationPipeline()635 LPM2.addPass(LoopInterchangePass()); in buildFunctionSimplificationPipeline()
574 LOOPNEST_PASS("loop-interchange", LoopInterchangePass())
1711 PreservedAnalyses LoopInterchangePass::run(LoopNest &LN, in run()