Lines Matching refs:OptLevel
239 unsigned OptLevel, bool Freestanding, in optimizeModule() argument
248 PMB.OptLevel = OptLevel; in optimizeModule()
269 unsigned OptLevel, bool Freestanding, in optimizeModuleNewPM() argument
308 switch (OptLevel) { in optimizeModuleNewPM()
400 const GVSummaryMapTy &DefinedGVSummaries, unsigned OptLevel, in ModuleCacheEntry() argument
415 Conf.OptLevel = OptLevel; in ModuleCacheEntry()
489 bool Freestanding, unsigned OptLevel, unsigned count, in ProcessThinLTOModule() argument
531 optimizeModuleNewPM(TheModule, TM, OptLevel, Freestanding, DebugPassManager, in ProcessThinLTOModule()
534 optimizeModule(TheModule, TM, OptLevel, Freestanding, &Index); in ProcessThinLTOModule()
954 optimizeModule(TheModule, *TMBuilder.create(), OptLevel, Freestanding, in optimize()
1159 DefinedGVSummaries, OptLevel, Freestanding, in run()
1205 DisableCodeGen, SaveTempsDir, Freestanding, OptLevel, count, in run()