Searched refs:RerollLoops (Results 1 – 5 of 5) sorted by relevance
131 bool RerollLoops; variable
139 RerollLoops = RunLoopRerolling; in PassManagerBuilder()300 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()