Lines Matching refs:Passes

769   DebugifyCustomPassManager Passes;  in optMain()  local
773 Passes.setDebugifyMode(DebugifyMode::SyntheticDebugInfo); in optMain()
774 Passes.setDIStatsMap(DIStatsMap); in optMain()
776 Passes.setDebugifyMode(DebugifyMode::OriginalDebugInfo); in optMain()
777 Passes.setDebugInfoBeforePass(DebugInfoBeforePass); in optMain()
779 Passes.setOrigDIVerifyBugsReportFilePath(VerifyDIPreserveExport); in optMain()
786 Passes.add(new TargetLibraryInfoWrapperPass(TLII)); in optMain()
789 Passes.add(createTargetTransformInfoWrapperPass(TM ? TM->getTargetIRAnalysis() in optMain()
794 Passes.setDIStatsMap(DIStatsMap); in optMain()
795 Passes.add(createDebugifyModulePass()); in optMain()
797 Passes.setDebugInfoBeforePass(DebugInfoBeforePass); in optMain()
798 Passes.add(createDebugifyModulePass(DebugifyMode::OriginalDebugInfo, "", in optMain()
799 &(Passes.getDebugInfoPerPass()))); in optMain()
806 Pass *TPC = LTM.createPassConfig(Passes); in optMain()
807 Passes.add(TPC); in optMain()
817 Passes.add(P); in optMain()
820 Passes.add(createVerifierPass()); in optMain()
829 Passes.add(createVerifierPass()); in optMain()
833 Passes.add(createCheckDebugifyModulePass(false)); in optMain()
836 Passes.setOrigDIVerifyBugsReportFilePath(VerifyDIPreserveExport); in optMain()
837 Passes.add(createCheckDebugifyModulePass( in optMain()
839 &(Passes.getDebugInfoPerPass()), VerifyDIPreserveExport)); in optMain()
863 Passes.add(createPrintModulePass(*OS, "", PreserveAssemblyUseListOrder)); in optMain()
865 Passes.add(createBitcodeWriterPass(*OS, PreserveBitcodeUseListOrder)); in optMain()
873 Passes.run(*M); in optMain()
880 Passes.run(*M); in optMain()
884 Passes.run(*M2); in optMain()
908 exportDebugifyStats(DebugifyExport, Passes.getDebugifyStatsMap()); in optMain()