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