Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/LTO/
DLTO.h309 struct RegularLTOState { struct
312 struct CommonResolution {
318 std::map<std::string, CommonResolution> Commons;
320 unsigned ParallelCodeGenParallelismLevel;
321 LTOLLVMContext Ctx;
322 std::unique_ptr<Module> CombinedModule;
323 std::unique_ptr<IRMover> Mover;
329 struct AddedModule {
333 std::vector<AddedModule> ModsWithSummaries;
334 bool EmptyCombinedModule = true;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
DLTO.h308 struct RegularLTOState { struct
311 struct CommonResolution {
317 std::map<std::string, CommonResolution> Commons;
319 unsigned ParallelCodeGenParallelismLevel;
320 LTOLLVMContext Ctx;
321 std::unique_ptr<Module> CombinedModule;
322 std::unique_ptr<IRMover> Mover;
328 struct AddedModule {
332 std::vector<AddedModule> ModsWithSummaries;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp469 LTO::RegularLTOState::RegularLTOState(unsigned ParallelCodeGenParallelismLevel, in RegularLTOState() function in LTO::RegularLTOState
/external/llvm-project/llvm/lib/LTO/
DLTO.cpp482 LTO::RegularLTOState::RegularLTOState(unsigned ParallelCodeGenParallelismLevel, in RegularLTOState() function in LTO::RegularLTOState