Home
last modified time | relevance | path

Searched refs:TimeTraceScope (Results 1 – 25 of 36) sorted by relevance

12

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTimeProfiler.h53 struct TimeTraceScope { struct
55 TimeTraceScope() = delete;
56 TimeTraceScope(const TimeTraceScope &) = delete;
57 TimeTraceScope &operator=(const TimeTraceScope &) = delete; argument
58 TimeTraceScope(TimeTraceScope &&) = delete;
59 TimeTraceScope &operator=(TimeTraceScope &&) = delete; argument
61 TimeTraceScope(StringRef Name) { in TimeTraceScope() argument
65 TimeTraceScope(StringRef Name, StringRef Detail) { in TimeTraceScope() function
69 TimeTraceScope(StringRef Name, llvm::function_ref<std::string()> Detail) { in TimeTraceScope() function
73 ~TimeTraceScope() { in ~TimeTraceScope() argument
/external/llvm-project/llvm/include/llvm/Support/
DTimeProfiler.h65 struct TimeTraceScope { struct
67 TimeTraceScope() = delete;
68 TimeTraceScope(const TimeTraceScope &) = delete;
69 TimeTraceScope &operator=(const TimeTraceScope &) = delete; argument
70 TimeTraceScope(TimeTraceScope &&) = delete;
71 TimeTraceScope &operator=(TimeTraceScope &&) = delete; argument
73 TimeTraceScope(StringRef Name) { in TimeTraceScope() function
77 TimeTraceScope(StringRef Name, StringRef Detail) { in TimeTraceScope() argument
81 TimeTraceScope(StringRef Name, llvm::function_ref<std::string()> Detail) { in TimeTraceScope() argument
85 ~TimeTraceScope() { in ~TimeTraceScope() argument
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopPassManager.cpp44 TimeTraceScope TimeScope(Pass->name(), L.getName()); in run()
185 TimeTraceScope TimeScope(Pass->name()); in run()
/external/llvm-project/lld/ELF/
DDriver.cpp533 llvm::TimeTraceScope timeScope("ExecuteLinker"); in main()
1357 llvm::TimeTraceScope timeScope("Load input files"); in createFiles()
1696 llvm::TimeTraceScope timeScope("Replace common symbols"); in replaceCommonSymbols()
1716 llvm::TimeTraceScope timeScope("Demote shared symbols"); in demoteSharedSymbols()
1860 llvm::TimeTraceScope timeScope("LTO"); in compileBitcodeFiles()
1933 llvm::TimeTraceScope timeScope("Redirect symbols"); in redirectSymbols()
2025 llvm::TimeTraceScope timeScope("Link", StringRef("LinkerDriver::Link")); in link()
2043 llvm::TimeTraceScope timeScope("Create output files"); in link()
2075 llvm::TimeTraceScope timeScope("Parse input files"); in link()
2077 llvm::TimeTraceScope timeScope("Parse input files", files[i]->getName()); in link()
[all …]
DWriter.cpp207 llvm::TimeTraceScope timeScope("Combine EH sections"); in combineEhSections()
641 llvm::TimeTraceScope timeScope("Write output file"); in run()
770 llvm::TimeTraceScope timeScope("Add local symbols"); in copyLocalSymbols()
1512 llvm::TimeTraceScope timeScope("Sort sections"); in sortSections()
1646 llvm::TimeTraceScope timeScope("Resolve SHF_LINK_ORDER"); in resolveShfLinkOrder()
1690 llvm::TimeTraceScope timeScope("Finalize synthetic sections", sec->name); in finalizeSynthetic()
1700 llvm::TimeTraceScope timeScope("Finalize address dependent content"); in finalizeAddressDependentContent()
1958 llvm::TimeTraceScope timeScope("Finalize .eh_frame"); in finalizeSections()
1974 llvm::TimeTraceScope timeScope("Scan relocations"); in finalizeSections()
2019 llvm::TimeTraceScope timeScope("Add symbols to symtabs"); in finalizeSections()
[all …]
DDriverUtils.cpp245 llvm::TimeTraceScope timeScope("Locate library", name); in searchLibrary()
DScriptParser.cpp1633 llvm::TimeTraceScope timeScope("Read linker script", in readLinkerScript()
1639 llvm::TimeTraceScope timeScope("Read version script", in readVersionScript()
1645 llvm::TimeTraceScope timeScope("Read dynamic list", mb.getBufferIdentifier()); in readDynamicList()
1650 llvm::TimeTraceScope timeScope("Read defsym input", name); in readDefsym()
DMapFile.cpp146 llvm::TimeTraceScope timeScope("Write map file"); in writeMapFile()
DMarkLive.cpp332 llvm::TimeTraceScope timeScope("markLive"); in markLive()
DICF.cpp562 llvm::TimeTraceScope timeScope("ICF"); in doIcf()
DOutputSections.cpp289 llvm::TimeTraceScope timeScope("Compress debug sections"); in maybeCompress()
/external/llvm-project/llvm/lib/IR/
DPassManager.cpp116 TimeTraceScope TimeScope(Pass->name(), F.getName()); in run()
DLegacyPassManager.cpp1421 llvm::TimeTraceScope FunctionScope("OptFunction", F.getName()); in runOnFunction()
1427 llvm::TimeTraceScope PassScope("RunPass", FP->getPassName()); in runOnFunction()
1517 llvm::TimeTraceScope TimeScope("OptModule", M.getName()); in runOnModule()
/external/llvm-project/clang/lib/Parse/
DParseAST.cpp154 llvm::TimeTraceScope TimeScope("Frontend"); in ParseAST()
/external/llvm-project/clang/tools/driver/
Dcc1_main.cpp239 llvm::TimeTraceScope TimeScope("ExecuteCompiler"); in cc1_main()
/external/llvm-project/llvm/lib/Analysis/
DCGSCCPassManager.cpp91 TimeTraceScope TimeScope(Pass->name()); in run()
293 TimeTraceScope TimeScope(Pass->name()); in run()
556 TimeTraceScope TimeScope(Pass->name()); in run()
DLoopPass.cpp183 llvm::TimeTraceScope LoopPassScope("RunLoopPass", P->getPassName()); in runOnFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopPass.cpp214 llvm::TimeTraceScope LoopPassScope("RunLoopPass", P->getPassName()); in runOnFunction()
/external/llvm-project/clang/lib/CodeGen/
DBackendUtil.cpp999 llvm::TimeTraceScope TimeScope("PerFunctionPasses"); in EmitAssembly()
1010 llvm::TimeTraceScope TimeScope("PerModulePasses"); in EmitAssembly()
1016 llvm::TimeTraceScope TimeScope("CodeGenPasses"); in EmitAssembly()
1534 llvm::TimeTraceScope TimeScope("Backend"); in EmitBackendOutput()
/external/llvm-project/llvm/lib/Transforms/IPO/
DAttributor.cpp973 TimeTraceScope TimeScope("Attributor::runTillFixpoint"); in runTillFixpoint()
1110 TimeTraceScope TimeScope("Attributor::manifestAttributes"); in manifestAttributes()
1219 TimeTraceScope TimeScope("Attributor::cleanupIR"); in cleanupIR()
1383 TimeTraceScope TimeScope("Attributor::run"); in run()
1408 TimeTraceScope TimeScope( in updateAA()
/external/llvm-project/clang/lib/Serialization/
DGlobalModuleIndex.cpp138 llvm::TimeTraceScope TimeScope("Module LoadIndex"); in GlobalModuleIndex()
773 llvm::TimeTraceScope TimeScope("Module WriteIndex"); in writeIndex()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLegacyPassManager.cpp1465 llvm::TimeTraceScope FunctionScope("OptFunction", F.getName()); in runOnFunction()
1471 llvm::TimeTraceScope PassScope("RunPass", FP->getPassName()); in runOnFunction()
1548 llvm::TimeTraceScope TimeScope("OptModule", M.getName()); in runOnModule()
/external/llvm-project/llvm/include/llvm/IR/
DPassManager.h516 TimeTraceScope TimeScope(P->name(), IR.getName()); in run()
/external/llvm-project/clang/lib/Frontend/
DCompilerInstance.cpp1072 llvm::TimeTraceScope TimeScope("Module Compile", ModuleName);
1738 llvm::TimeTraceScope TimeScope("Module Load", ModuleName); in findOrCompileModuleAndReadAST()
/external/llvm-project/clang/lib/Sema/
DSema.cpp969 llvm::TimeTraceScope TimeScope("PerformPendingInstantiations"); in ActOnEndOfTranslationUnitFragment()
1028 llvm::TimeTraceScope TimeScope("PerformPendingInstantiations"); in ActOnEndOfTranslationUnit()

12