Searched refs:LoopRotatePass (Results 1 – 4 of 4) sorted by relevance
41 LoopRotatePass::LoopRotatePass(bool EnableHeaderDuplication, bool PrepareForLTO) in LoopRotatePass() function in LoopRotatePass45 void LoopRotatePass::printPipeline( in printPipeline()47 static_cast<PassInfoMixin<LoopRotatePass> *>(this)->printPipeline( in printPipeline()60 PreservedAnalyses LoopRotatePass::run(Loop &L, LoopAnalysisManager &AM, in run()
24 class LoopRotatePass : public PassInfoMixin<LoopRotatePass> {26 LoopRotatePass(bool EnableHeaderDuplication = true,
488 LPM1.addPass(LoopRotatePass(/* Disable header duplication */ true, in buildO1FunctionSimplificationPipeline()668 LPM1.addPass(LoopRotatePass(EnableLoopHeaderDuplication || in buildFunctionSimplificationPipeline()836 LoopRotatePass(EnableLoopHeaderDuplication || in addPostPGOLoopRotation()1539 LPM.addPass(LoopRotatePass(EnableLoopHeaderDuplication || in buildModuleOptimizationPipeline()
783 "loop-rotate", "LoopRotatePass",785 return LoopRotatePass(Params.first, Params.second);