Searched refs:LoopInterchangePass (Results 1 – 5 of 5) sorted by relevance
20 struct LoopInterchangePass : public PassInfoMixin<LoopInterchangePass> { struct
3 ; CHECK: IR Dump After LoopInterchangePass
320 LPM2.addPass(LoopInterchangePass()); in buildO1FunctionSimplificationPipeline()505 LPM2.addPass(LoopInterchangePass()); in buildFunctionSimplificationPipeline()
482 LOOPNEST_PASS("loop-interchange", LoopInterchangePass())
1764 PreservedAnalyses LoopInterchangePass::run(LoopNest &LN, in run()