Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp594 RegularLTO(ParallelCodeGenParallelismLevel, this->Conf), in LTO()
610 const Triple TT(RegularLTO.CombinedModule->getTargetTriple()); in addModuleToGlobalRes()
700 if (RegularLTO.CombinedModule->getTargetTriple().empty()) { in add()
753 RegularLTO.EmptyCombinedModule = false; in addModule()
766 RegularLTO.ModsWithSummaries.push_back(std::move(*ModOrErr)); in addModule()
984 RegularLTO.CombinedModule->getNamedValue(GV->getName()); in linkRegularLTO()
1093 RegularLTO.CombinedModule->getFunction( in checkPartiallySplit()
1228 for (auto &M : RegularLTO.ModsWithSummaries) in runRegularLTO()
1243 for (auto &I : RegularLTO.Commons) { in runRegularLTO()
1290 updatePublicTypeTestCalls(*RegularLTO.CombinedModule, in runRegularLTO()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h333 } RegularLTO; variable
402 RegularLTO = 0, enumerator