Home
last modified time | relevance | path

Searched refs:TheModule (Results 1 – 25 of 974) sorted by relevance

12345678910>>...39

/dports/devel/llvm80/llvm-8.0.1.src/lib/LTO/
H A DThinLTOCodeGenerator.cpp174 StripDebugInfo(TheModule); in verifyLoadedModule()
220 verifyLoadedModule(TheModule); in crossImportIntoModule()
248 PM.run(TheModule); in optimizeModule()
284 PM.run(TheModule); in codegenModule()
397 promoteModule(TheModule, Index); in ProcessThinLTOModule()
432 ProfileSummaryInfo PSI(TheModule); in ProcessThinLTOModule()
439 return codegenModule(TheModule, TM); in ProcessThinLTOModule()
629 promoteModule(TheModule, Index); in promote()
763 thinLTOInternalizeModule(TheModule, in internalize()
839 auto TheModule = in run() local
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/LTO/
H A DThinLTOCodeGenerator.cpp152 if (renameModuleForThinLTO(TheModule, Index)) in promoteModule()
175 StripDebugInfo(TheModule); in verifyLoadedModule()
223 verifyLoadedModule(TheModule); in crossImportIntoModule()
251 PM.run(TheModule); in optimizeModule()
296 PM.run(TheModule); in codegenModule()
406 promoteModule(TheModule, Index); in ProcessThinLTOModule()
441 ProfileSummaryInfo PSI(TheModule); in ProcessThinLTOModule()
448 return codegenModule(TheModule, TM); in ProcessThinLTOModule()
643 promoteModule(TheModule, Index); in promote()
796 promoteModule(TheModule, Index); in internalize()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/LTO/
H A DThinLTOCodeGenerator.cpp172 StripDebugInfo(TheModule); in verifyLoadedModule()
218 verifyLoadedModule(TheModule); in crossImportIntoModule()
246 PM.run(TheModule); in optimizeModule()
282 PM.run(TheModule); in codegenModule()
457 promoteModule(TheModule, Index); in ProcessThinLTOModule()
492 ProfileSummaryInfo PSI(TheModule); in ProcessThinLTOModule()
499 return codegenModule(TheModule, TM); in ProcessThinLTOModule()
688 promoteModule(TheModule, Index); in promote()
807 thinLTOInternalizeModule(TheModule, in internalize()
891 auto TheModule = in run() local
[all …]
H A DUpdateCompilerUsed.cpp34 void findInModule(Module &TheModule) { in findInModule() argument
35 initializeLibCalls(TheModule); in findInModule()
36 for (Function &F : TheModule) in findInModule()
38 for (GlobalVariable &GV : TheModule.globals()) in findInModule()
40 for (GlobalAlias &GA : TheModule.aliases()) in findInModule()
59 void initializeLibCalls(const Module &TheModule) { in initializeLibCalls() argument
74 for (const Function &F : TheModule) { in initializeLibCalls()
117 void llvm::updateCompilerUsed(Module &TheModule, const TargetMachine &TM, in updateCompilerUsed() argument
121 .findInModule(TheModule); in updateCompilerUsed()
126 appendToCompilerUsed(TheModule, UsedValues); in updateCompilerUsed()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp173 static void verifyLoadedModule(Module &TheModule) { in verifyLoadedModule() argument
180 StripDebugInfo(TheModule); in verifyLoadedModule()
229 verifyLoadedModule(TheModule); in crossImportIntoModule()
259 PM.run(TheModule); in optimizeModule()
314 PM.run(TheModule); in codegenModule()
431 TheModule.getPIELevel() == PIELevel::Default; in ProcessThinLTOModule()
470 ProfileSummaryInfo PSI(TheModule); in ProcessThinLTOModule()
472 WriteBitcodeToFile(TheModule, OS, true, &Index); in ProcessThinLTOModule()
477 return codegenModule(TheModule, TM); in ProcessThinLTOModule()
738 Module &TheModule, ModuleSummaryIndex &Index, in gatherImportedSummariesForModule() argument
[all …]
H A DUpdateCompilerUsed.cpp34 void findInModule(Module &TheModule) { in findInModule() argument
35 initializeLibCalls(TheModule); in findInModule()
36 for (Function &F : TheModule) in findInModule()
38 for (GlobalVariable &GV : TheModule.globals()) in findInModule()
40 for (GlobalAlias &GA : TheModule.aliases()) in findInModule()
59 void initializeLibCalls(const Module &TheModule) { in initializeLibCalls() argument
74 for (const Function &F : TheModule) { in initializeLibCalls()
123 void llvm::updateCompilerUsed(Module &TheModule, const TargetMachine &TM, in updateCompilerUsed() argument
127 .findInModule(TheModule); in updateCompilerUsed()
132 appendToCompilerUsed(TheModule, UsedValues); in updateCompilerUsed()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp173 static void verifyLoadedModule(Module &TheModule) { in verifyLoadedModule() argument
180 StripDebugInfo(TheModule); in verifyLoadedModule()
229 verifyLoadedModule(TheModule); in crossImportIntoModule()
259 PM.run(TheModule); in optimizeModule()
304 PM.run(TheModule); in codegenModule()
421 TheModule.getPIELevel() == PIELevel::Default; in ProcessThinLTOModule()
460 ProfileSummaryInfo PSI(TheModule); in ProcessThinLTOModule()
462 WriteBitcodeToFile(TheModule, OS, true, &Index); in ProcessThinLTOModule()
467 return codegenModule(TheModule, TM); in ProcessThinLTOModule()
728 Module &TheModule, ModuleSummaryIndex &Index, in gatherImportedSummariesForModule() argument
[all …]
H A DUpdateCompilerUsed.cpp34 void findInModule(Module &TheModule) { in findInModule() argument
35 initializeLibCalls(TheModule); in findInModule()
36 for (Function &F : TheModule) in findInModule()
38 for (GlobalVariable &GV : TheModule.globals()) in findInModule()
40 for (GlobalAlias &GA : TheModule.aliases()) in findInModule()
59 void initializeLibCalls(const Module &TheModule) { in initializeLibCalls() argument
74 for (const Function &F : TheModule) { in initializeLibCalls()
123 void llvm::updateCompilerUsed(Module &TheModule, const TargetMachine &TM, in updateCompilerUsed() argument
127 .findInModule(TheModule); in updateCompilerUsed()
132 appendToCompilerUsed(TheModule, UsedValues); in updateCompilerUsed()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp176 static void verifyLoadedModule(Module &TheModule) { in verifyLoadedModule() argument
183 StripDebugInfo(TheModule); in verifyLoadedModule()
232 verifyLoadedModule(TheModule); in crossImportIntoModule()
262 PM.run(TheModule); in optimizeModule()
317 PM.run(TheModule); in codegenModule()
434 TheModule.getPIELevel() == PIELevel::Default; in ProcessThinLTOModule()
473 ProfileSummaryInfo PSI(TheModule); in ProcessThinLTOModule()
475 WriteBitcodeToFile(TheModule, OS, true, &Index); in ProcessThinLTOModule()
480 return codegenModule(TheModule, TM); in ProcessThinLTOModule()
744 Module &TheModule, ModuleSummaryIndex &Index, in gatherImportedSummariesForModule() argument
[all …]
H A DUpdateCompilerUsed.cpp34 void findInModule(Module &TheModule) { in findInModule() argument
35 initializeLibCalls(TheModule); in findInModule()
36 for (Function &F : TheModule) in findInModule()
38 for (GlobalVariable &GV : TheModule.globals()) in findInModule()
40 for (GlobalAlias &GA : TheModule.aliases()) in findInModule()
59 void initializeLibCalls(const Module &TheModule) { in initializeLibCalls() argument
74 for (const Function &F : TheModule) { in initializeLibCalls()
123 void llvm::updateCompilerUsed(Module &TheModule, const TargetMachine &TM, in updateCompilerUsed() argument
127 .findInModule(TheModule); in updateCompilerUsed()
132 appendToCompilerUsed(TheModule, UsedValues); in updateCompilerUsed()
/dports/devel/llvm11/llvm-11.0.1.src/lib/LTO/
H A DThinLTOCodeGenerator.cpp173 static void verifyLoadedModule(Module &TheModule) { in verifyLoadedModule() argument
180 StripDebugInfo(TheModule); in verifyLoadedModule()
229 verifyLoadedModule(TheModule); in crossImportIntoModule()
259 PM.run(TheModule); in optimizeModule()
304 PM.run(TheModule); in codegenModule()
421 TheModule.getPIELevel() == PIELevel::Default; in ProcessThinLTOModule()
460 ProfileSummaryInfo PSI(TheModule); in ProcessThinLTOModule()
462 WriteBitcodeToFile(TheModule, OS, true, &Index); in ProcessThinLTOModule()
467 return codegenModule(TheModule, TM); in ProcessThinLTOModule()
728 Module &TheModule, ModuleSummaryIndex &Index, in gatherImportedSummariesForModule() argument
[all …]
H A DUpdateCompilerUsed.cpp34 void findInModule(Module &TheModule) { in findInModule() argument
35 initializeLibCalls(TheModule); in findInModule()
36 for (Function &F : TheModule) in findInModule()
38 for (GlobalVariable &GV : TheModule.globals()) in findInModule()
40 for (GlobalAlias &GA : TheModule.aliases()) in findInModule()
59 void initializeLibCalls(const Module &TheModule) { in initializeLibCalls() argument
74 for (const Function &F : TheModule) { in initializeLibCalls()
123 void llvm::updateCompilerUsed(Module &TheModule, const TargetMachine &TM, in updateCompilerUsed() argument
127 .findInModule(TheModule); in updateCompilerUsed()
132 appendToCompilerUsed(TheModule, UsedValues); in updateCompilerUsed()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp176 static void verifyLoadedModule(Module &TheModule) { in verifyLoadedModule() argument
183 StripDebugInfo(TheModule); in verifyLoadedModule()
232 verifyLoadedModule(TheModule); in crossImportIntoModule()
262 PM.run(TheModule); in optimizeModule()
317 PM.run(TheModule); in codegenModule()
434 TheModule.getPIELevel() == PIELevel::Default; in ProcessThinLTOModule()
473 ProfileSummaryInfo PSI(TheModule); in ProcessThinLTOModule()
475 WriteBitcodeToFile(TheModule, OS, true, &Index); in ProcessThinLTOModule()
480 return codegenModule(TheModule, TM); in ProcessThinLTOModule()
744 Module &TheModule, ModuleSummaryIndex &Index, in gatherImportedSummariesForModule() argument
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/LTO/
H A DThinLTOCodeGenerator.cpp179 static void verifyLoadedModule(Module &TheModule) { in verifyLoadedModule() argument
186 StripDebugInfo(TheModule); in verifyLoadedModule()
235 verifyLoadedModule(TheModule); in crossImportIntoModule()
265 PM.run(TheModule); in optimizeModule()
327 MPM.run(TheModule, MAM); in optimizeModuleNewPM()
382 PM.run(TheModule); in codegenModule()
500 TheModule.getPIELevel() == PIELevel::Default; in ProcessThinLTOModule()
543 ProfileSummaryInfo PSI(TheModule); in ProcessThinLTOModule()
550 return codegenModule(TheModule, TM); in ProcessThinLTOModule()
816 Module &TheModule, ModuleSummaryIndex &Index, in gatherImportedSummariesForModule() argument
[all …]
H A DUpdateCompilerUsed.cpp34 void findInModule(Module &TheModule) { in findInModule() argument
35 initializeLibCalls(TheModule); in findInModule()
36 for (Function &F : TheModule) in findInModule()
38 for (GlobalVariable &GV : TheModule.globals()) in findInModule()
40 for (GlobalAlias &GA : TheModule.aliases()) in findInModule()
59 void initializeLibCalls(const Module &TheModule) { in initializeLibCalls() argument
74 for (const Function &F : TheModule) { in initializeLibCalls()
123 void llvm::updateCompilerUsed(Module &TheModule, const TargetMachine &TM, in updateCompilerUsed() argument
127 .findInModule(TheModule); in updateCompilerUsed()
132 appendToCompilerUsed(TheModule, UsedValues); in updateCompilerUsed()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp179 static void verifyLoadedModule(Module &TheModule) { in verifyLoadedModule() argument
186 StripDebugInfo(TheModule); in verifyLoadedModule()
235 verifyLoadedModule(TheModule); in crossImportIntoModule()
265 PM.run(TheModule); in optimizeModule()
327 MPM.run(TheModule, MAM); in optimizeModuleNewPM()
382 PM.run(TheModule); in codegenModule()
500 TheModule.getPIELevel() == PIELevel::Default; in ProcessThinLTOModule()
543 ProfileSummaryInfo PSI(TheModule); in ProcessThinLTOModule()
550 return codegenModule(TheModule, TM); in ProcessThinLTOModule()
816 Module &TheModule, ModuleSummaryIndex &Index, in gatherImportedSummariesForModule() argument
[all …]
H A DUpdateCompilerUsed.cpp34 void findInModule(Module &TheModule) { in findInModule() argument
35 initializeLibCalls(TheModule); in findInModule()
36 for (Function &F : TheModule) in findInModule()
38 for (GlobalVariable &GV : TheModule.globals()) in findInModule()
40 for (GlobalAlias &GA : TheModule.aliases()) in findInModule()
59 void initializeLibCalls(const Module &TheModule) { in initializeLibCalls() argument
74 for (const Function &F : TheModule) { in initializeLibCalls()
123 void llvm::updateCompilerUsed(Module &TheModule, const TargetMachine &TM, in updateCompilerUsed() argument
127 .findInModule(TheModule); in updateCompilerUsed()
132 appendToCompilerUsed(TheModule, UsedValues); in updateCompilerUsed()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp181 static void verifyLoadedModule(Module &TheModule) { in verifyLoadedModule() argument
188 StripDebugInfo(TheModule); in verifyLoadedModule()
237 verifyLoadedModule(TheModule); in crossImportIntoModule()
267 PM.run(TheModule); in optimizeModule()
329 MPM.run(TheModule, MAM); in optimizeModuleNewPM()
384 PM.run(TheModule); in codegenModule()
545 ProfileSummaryInfo PSI(TheModule); in ProcessThinLTOModule()
552 return codegenModule(TheModule, TM); in ProcessThinLTOModule()
767 thinLTOFinalizeInModule(TheModule, in promote()
943 thinLTOFinalizeInModule(TheModule, in internalize()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp179 static void verifyLoadedModule(Module &TheModule) { in verifyLoadedModule() argument
186 StripDebugInfo(TheModule); in verifyLoadedModule()
235 verifyLoadedModule(TheModule); in crossImportIntoModule()
265 PM.run(TheModule); in optimizeModule()
327 MPM.run(TheModule, MAM); in optimizeModuleNewPM()
382 PM.run(TheModule); in codegenModule()
500 TheModule.getPIELevel() == PIELevel::Default; in ProcessThinLTOModule()
543 ProfileSummaryInfo PSI(TheModule); in ProcessThinLTOModule()
550 return codegenModule(TheModule, TM); in ProcessThinLTOModule()
816 Module &TheModule, ModuleSummaryIndex &Index, in gatherImportedSummariesForModule() argument
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp179 static void verifyLoadedModule(Module &TheModule) {
186 StripDebugInfo(TheModule);
235 verifyLoadedModule(TheModule);
265 PM.run(TheModule);
327 MPM.run(TheModule, MAM);
382 PM.run(TheModule);
500 TheModule.getPIELevel() == PIELevel::Default;
543 ProfileSummaryInfo PSI(TheModule);
550 return codegenModule(TheModule, TM);
816 Module &TheModule, ModuleSummaryIndex &Index,
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp179 static void verifyLoadedModule(Module &TheModule) { in verifyLoadedModule() argument
186 StripDebugInfo(TheModule); in verifyLoadedModule()
235 verifyLoadedModule(TheModule); in crossImportIntoModule()
265 PM.run(TheModule); in optimizeModule()
327 MPM.run(TheModule, MAM); in optimizeModuleNewPM()
382 PM.run(TheModule); in codegenModule()
500 TheModule.getPIELevel() == PIELevel::Default; in ProcessThinLTOModule()
543 ProfileSummaryInfo PSI(TheModule); in ProcessThinLTOModule()
550 return codegenModule(TheModule, TM); in ProcessThinLTOModule()
816 Module &TheModule, ModuleSummaryIndex &Index, in gatherImportedSummariesForModule() argument
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/LTO/
H A DThinLTOCodeGenerator.cpp155 if (renameModuleForThinLTO(TheModule, Index)) in promoteModule()
178 StripDebugInfo(TheModule); in verifyLoadedModule()
226 verifyLoadedModule(TheModule); in crossImportIntoModule()
256 PM.run(TheModule); in optimizeModule()
301 PM.run(TheModule); in codegenModule()
414 promoteModule(TheModule, Index); in ProcessThinLTOModule()
449 ProfileSummaryInfo PSI(TheModule); in ProcessThinLTOModule()
456 return codegenModule(TheModule, TM); in ProcessThinLTOModule()
675 promoteModule(TheModule, Index); in promote()
834 promoteModule(TheModule, Index); in internalize()
[all …]
H A DUpdateCompilerUsed.cpp33 void findInModule(Module &TheModule) { in findInModule() argument
34 initializeLibCalls(TheModule); in findInModule()
35 for (Function &F : TheModule) in findInModule()
37 for (GlobalVariable &GV : TheModule.globals()) in findInModule()
39 for (GlobalAlias &GA : TheModule.aliases()) in findInModule()
58 void initializeLibCalls(const Module &TheModule) { in initializeLibCalls() argument
73 for (const Function &F : TheModule) { in initializeLibCalls()
122 void llvm::updateCompilerUsed(Module &TheModule, const TargetMachine &TM, in updateCompilerUsed() argument
126 .findInModule(TheModule); in updateCompilerUsed()
131 appendToCompilerUsed(TheModule, UsedValues); in updateCompilerUsed()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp155 if (renameModuleForThinLTO(TheModule, Index)) in promoteModule()
178 StripDebugInfo(TheModule); in verifyLoadedModule()
226 verifyLoadedModule(TheModule); in crossImportIntoModule()
256 PM.run(TheModule); in optimizeModule()
301 PM.run(TheModule); in codegenModule()
414 promoteModule(TheModule, Index); in ProcessThinLTOModule()
449 ProfileSummaryInfo PSI(TheModule); in ProcessThinLTOModule()
456 return codegenModule(TheModule, TM); in ProcessThinLTOModule()
675 promoteModule(TheModule, Index); in promote()
834 promoteModule(TheModule, Index); in internalize()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp155 if (renameModuleForThinLTO(TheModule, Index)) in promoteModule()
178 StripDebugInfo(TheModule); in verifyLoadedModule()
226 verifyLoadedModule(TheModule); in crossImportIntoModule()
256 PM.run(TheModule); in optimizeModule()
301 PM.run(TheModule); in codegenModule()
414 promoteModule(TheModule, Index); in ProcessThinLTOModule()
449 ProfileSummaryInfo PSI(TheModule); in ProcessThinLTOModule()
456 return codegenModule(TheModule, TM); in ProcessThinLTOModule()
675 promoteModule(TheModule, Index); in promote()
834 promoteModule(TheModule, Index); in internalize()
[all …]

12345678910>>...39