Home | History | Annotate | Download | only in LTO

Lines Matching refs:PMB

476   PassManagerBuilder PMB;
477 PMB.DisableGVNLoadPRE = DisableGVNLoadPRE;
478 PMB.LoopVectorize = !DisableVectorization;
479 PMB.SLPVectorize = !DisableVectorization;
481 PMB.Inliner = createFunctionInliningPass();
482 PMB.LibraryInfo = new TargetLibraryInfoImpl(TargetTriple);
483 PMB.OptLevel = OptLevel;
484 PMB.VerifyInput = !DisableVerify;
485 PMB.VerifyOutput = !DisableVerify;
487 PMB.populateLTOPassManager(passes);