Searched refs:RerollLoops (Results 1 – 7 of 7) sorted by relevance
131 bool RerollLoops; variable
150 bool RerollLoops; variable
139 RerollLoops = RunLoopRerolling; in PassManagerBuilder()300 if (RerollLoops) in addFunctionSimplificationPasses()
163 RerollLoops = RunLoopRerolling; in PassManagerBuilder()404 if (RerollLoops) in addFunctionSimplificationPasses()
363 PMBuilder.RerollLoops = CodeGenOpts.RerollLoops; in CreatePasses()
162 CODEGENOPT(RerollLoops , 1, 0) ///< Control whether loops are rerolled.
528 Opts.RerollLoops = Args.hasArg(OPT_freroll_loops); in ParseCodeGenArgs()