Searched refs:LoopInterchangePass (Results 1 – 4 of 4) sorted by relevance
17 struct LoopInterchangePass : public PassInfoMixin<LoopInterchangePass> { struct
423 LOOP_PASS("loop-interchange", LoopInterchangePass())
599 LPM2.addPass(LoopInterchangePass()); in buildO1FunctionSimplificationPipeline()773 LPM2.addPass(LoopInterchangePass()); in buildFunctionSimplificationPipeline()
1814 PreservedAnalyses LoopInterchangePass::run(LoopNest &LN, in run()