Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/
H A DLTO.cpp1604 std::unique_ptr<ThinBackendProc> BackendProc = in runThinLTO() local
1615 return BackendProc->start(RegularLTO.ParallelCodeGenParallelismLevel + I, in runThinLTO()
1621 if (BackendProc->getThreadCount() == 1) { in runThinLTO()
1642 return BackendProc->wait(); in runThinLTO()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTO.cpp1362 std::unique_ptr<ThinBackendProc> BackendProc = in runThinLTO() local
1370 if (Error E = BackendProc->start(Task, Mod.second, ImportLists[Mod.first], in runThinLTO()
1377 return BackendProc->wait(); in runThinLTO()