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