Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/LTO/
DLTO.h307 struct RegularLTOState { struct
310 struct CommonResolution {
316 std::map<std::string, CommonResolution> Commons;
318 unsigned ParallelCodeGenParallelismLevel;
319 LTOLLVMContext Ctx;
320 std::unique_ptr<Module> CombinedModule;
321 std::unique_ptr<IRMover> Mover;
327 struct AddedModule {
331 std::vector<AddedModule> ModsWithSummaries;
332 bool EmptyCombinedModule = true;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/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;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/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;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/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;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
H A 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;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTO.cpp469 LTO::RegularLTOState::RegularLTOState(unsigned ParallelCodeGenParallelismLevel, in RegularLTOState() function in LTO::RegularLTOState
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/
H A DLTO.cpp513 LTO::RegularLTOState::RegularLTOState(unsigned ParallelCodeGenParallelismLevel, in RegularLTOState() function in LTO::RegularLTOState