Home
last modified time | relevance | path

Searched defs:RegularLTOState (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/LTO/
H A DLTO.h287 struct RegularLTOState { struct
290 struct CommonResolution {
296 std::map<std::string, CommonResolution> Commons;
298 unsigned ParallelCodeGenParallelismLevel;
299 LTOLLVMContext Ctx;
300 std::unique_ptr<Module> CombinedModule;
301 std::unique_ptr<IRMover> Mover;
307 struct AddedModule {
311 std::vector<AddedModule> ModsWithSummaries;
312 bool EmptyCombinedModule = true;
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTO.cpp510 LTO::RegularLTOState::RegularLTOState(unsigned ParallelCodeGenParallelismLevel, in RegularLTOState() function in LTO::RegularLTOState