Home
last modified time | relevance | path

Searched refs:RegularLTO (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTO.cpp526 RegularLTO(ParallelCodeGenParallelismLevel, this->Conf), in LTO()
540 const Triple TT(RegularLTO.CombinedModule->getTargetTriple()); in addModuleToGlobalRes()
620 if (RegularLTO.CombinedModule->getTargetTriple().empty()) { in add()
660 RegularLTO.EmptyCombinedModule = false; in addModule()
673 RegularLTO.ModsWithSummaries.push_back(std::move(*ModOrErr)); in addModule()
881 RegularLTO.CombinedModule->getNamedValue(GV->getName()); in linkRegularLTO()
1060 for (auto &M : RegularLTO.ModsWithSummaries) in runRegularLTO()
1075 for (auto &I : RegularLTO.Commons) { in runRegularLTO()
1103 updateVCallVisibilityInModule(*RegularLTO.CombinedModule, in runRegularLTO()
1106 updatePublicTypeTestCalls(*RegularLTO.CombinedModule, in runRegularLTO()
[all …]
/llvm-project-15.0.7/llvm/test/tools/gold/X86/
H A Dglobal_with_section.ll6 ; First try RegularLTO
70 ; In RegularLTO mode, where we have combined all the IR,
H A Dasm_undefined2.ll1 ; RegularLTO testcase
/llvm-project-15.0.7/llvm/include/llvm/LTO/
H A DLTO.h313 } RegularLTO; variable
382 RegularLTO = 0, enumerator