/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | ThreadPool.h | 67 auto Task = async() local 75 auto Task = async() local 121 createTaskAndFuture(std::function<ResTy ()> Task) createTaskAndFuture() argument 130 createTaskAndFuture(std::function<void ()> Task) createTaskAndFuture() argument 148 asyncImpl(std::function<ResTy ()> Task,ThreadPoolTaskGroup * Group) asyncImpl() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | Caching.cpp | 41 const Twine &ModuleName) -> Expected<AddStreamFn> { in localCache() 82 unsigned Task; in localCache() member 143 -> Expected<std::unique_ptr<CachedFileStream>> { in localCache()
|
H A D | ThreadPool.cpp | 63 std::function<void()> Task; processTasks() local 205 auto Task = std::move(Tasks.front().first); wait() local
|
H A D | Parallel.cpp | 138 auto Task = std::move(Queue.back()); work() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTOBackend.cpp | 105 Hook = [=](unsigned Task, const Module &M) { in addSaveTemps() argument 371 if (Conf.PreCodeGenModuleHook && !Conf.PreCodeGenModuleHook(Task, Mod)) in codegen() argument 343 opt(const Config & Conf,TargetMachine * TM,unsigned Task,Module & Mod,bool IsThinLTO,ModuleSummaryIndex * ExportSummary,const ModuleSummaryIndex * ImportSummary,const std::vector<uint8_t> & CmdArgs) opt() argument 551 thinBackend(const Config & Conf,unsigned Task,AddStreamFn AddStream,Module & Mod,const ModuleSummaryIndex & CombinedIndex,const FunctionImporter::ImportMapTy & ImportList,const GVSummaryMapTy & DefinedGlobals,MapVector<StringRef,BitcodeModule> * ModuleMap,const std::vector<uint8_t> & CmdArgs) thinBackend() argument [all...] |
H A D | LTOCodeGenerator.cpp | 316 __anoncd54f5310202(size_t Task, const Twine &ModuleName) compileOptimizedToFile() argument
|
H A D | LTO.cpp | 1443 runThinLTOBackendThread(AddStreamFn AddStream,FileCache Cache,unsigned Task,BitcodeModule BM,ModuleSummaryIndex & CombinedIndex,const FunctionImporter::ImportMapTy & ImportList,const FunctionImporter::ExportSetTy & ExportList,const std::map<GlobalValue::GUID,GlobalValue::LinkageTypes> & ResolvedODR,const GVSummaryMapTy & DefinedGlobals,MapVector<StringRef,BitcodeModule> & ModuleMap) runThinLTOBackendThread() argument 1490 start(unsigned Task,BitcodeModule BM,const FunctionImporter::ImportMapTy & ImportList,const FunctionImporter::ExportSetTy & ExportList,const std::map<GlobalValue::GUID,GlobalValue::LinkageTypes> & ResolvedODR,MapVector<StringRef,BitcodeModule> & ModuleMap) start() argument 1598 start(unsigned Task,BitcodeModule BM,const FunctionImporter::ImportMapTy & ImportList,const FunctionImporter::ExportSetTy & ExportList,const std::map<GlobalValue::GUID,GlobalValue::LinkageTypes> & ResolvedODR,MapVector<StringRef,BitcodeModule> & ModuleMap) start() argument
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-lto2/ |
H A D | llvm-lto2.cpp | 426 __anonf124463d0302(size_t Task, const Twine &ModuleName) run() argument 427 __anonf124463d0402(size_t Task, const Twine &ModuleName, std::unique_ptr<MemoryBuffer> MB) run() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 1195 __anon188c7e161702(size_t Task, const Twine &ModuleName) runThinLTOBackend() argument 1250 __anon188c7e161902(size_t Task, const llvm::Module &Mod) runThinLTOBackend() argument 1255 __anon188c7e161a02(size_t Task, const llvm::Module &Mod) runThinLTOBackend() argument 1261 __anon188c7e161b02(size_t Task, const llvm::Module &Mod) runThinLTOBackend() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BypassSlowDivision.cpp | 464 FastDivInsertionTask Task(I, BypassWidths); in bypassSlowDivision() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Debuginfod/ |
H A D | Debuginfod.cpp | 265 unsigned Task = 0; in getCachedOrDownloadArtifact() local
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-lto/ |
H A D | llvm-lto.cpp | 1101 __anon5c3a4c190402(size_t Task, const Twine &ModuleName) main() argument
|