Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A 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() function
81 TimeTraceScope(StringRef Name, llvm::function_ref<std::string()> Detail) { in TimeTraceScope() function
85 ~TimeTraceScope() { in ~TimeTraceScope() argument
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DWriter.cpp632 TimeTraceScope timeScope("Scan relocations"); in scanRelocations()
673 TimeTraceScope timeScope("Scan symbols"); in scanSymbols()
880 TimeTraceScope timeScope("Sort segments and sections"); in sortSegmentsAndSections()
910 TimeTraceScope timeScope("Create output sections"); in createOutputSections()
974 TimeTraceScope timeScope("Finalize addresses"); in finalizeAddresses()
1000 TimeTraceScope timeScope("Finalize __LINKEDIT segment"); in finalizeLinkEditSegment()
1068 TimeTraceScope timeScope("Computing UUID"); in writeUuid()
1088 TimeTraceScope timeScope("Write output file"); in writeOutputFile()
H A DMarkLive.cpp28 TimeTraceScope timeScope("markLive"); in markLive()
H A DMapFile.cpp98 TimeTraceScope timeScope("Write map file"); in writeMapFile()
H A DDriver.cpp567 TimeTraceScope timeScope("LTO"); in compileBitcodeFiles()
582 TimeTraceScope timeScope("Replace common symbols"); in replaceCommonSymbols()
985 TimeTraceScope timeScope("Load input files"); in createFiles()
1043 TimeTraceScope timeScope("Gathering input sections"); in gatherInputSections()
1380 TimeTraceScope timeScope("ExecuteLinker"); in link()
H A DICF.cpp331 TimeTraceScope timeScope("Fold Identical Code Sections"); in foldIdenticalSections()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DDriver.cpp538 llvm::TimeTraceScope timeScope("ExecuteLinker"); in linkerMain()
1476 llvm::TimeTraceScope timeScope("Load input files"); in createFiles()
1815 llvm::TimeTraceScope timeScope("Replace common symbols"); in replaceCommonSymbols()
1835 llvm::TimeTraceScope timeScope("Demote shared symbols"); in demoteSharedSymbols()
1980 llvm::TimeTraceScope timeScope("LTO"); in compileBitcodeFiles()
2060 llvm::TimeTraceScope timeScope("Redirect symbols"); in redirectSymbols()
2184 llvm::TimeTraceScope timeScope("Create output files"); in link()
2216 llvm::TimeTraceScope timeScope("Parse input files"); in link()
2350 llvm::TimeTraceScope timeScope("Aggregate sections"); in link()
2364 llvm::TimeTraceScope timeScope("Strip sections"); in link()
[all …]
H A 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()
1529 llvm::TimeTraceScope timeScope("Sort sections"); in sortSections()
1663 llvm::TimeTraceScope timeScope("Resolve SHF_LINK_ORDER"); in resolveShfLinkOrder()
1717 llvm::TimeTraceScope timeScope("Finalize address dependent content"); in finalizeAddressDependentContent()
1993 llvm::TimeTraceScope timeScope("Finalize .eh_frame"); in finalizeSections()
2009 llvm::TimeTraceScope timeScope("Scan relocations"); in finalizeSections()
2053 llvm::TimeTraceScope timeScope("Add symbols to symtabs"); in finalizeSections()
2162 llvm::TimeTraceScope timeScope("Finalize synthetic sections"); in finalizeSections()
[all …]
H A DDriverUtils.cpp248 llvm::TimeTraceScope timeScope("Locate library", name); in searchLibrary()
H A DScriptParser.cpp1664 llvm::TimeTraceScope timeScope("Read linker script", in readLinkerScript()
1670 llvm::TimeTraceScope timeScope("Read version script", in readVersionScript()
1676 llvm::TimeTraceScope timeScope("Read dynamic list", mb.getBufferIdentifier()); in readDynamicList()
1681 llvm::TimeTraceScope timeScope("Read defsym input", name); in readDefsym()
H A DMapFile.cpp146 llvm::TimeTraceScope timeScope("Write map file"); in writeMapFile()
H A DMarkLive.cpp340 llvm::TimeTraceScope timeScope("markLive"); in markLive()
H A DICF.cpp562 llvm::TimeTraceScope timeScope("ICF"); in doIcf()
H A DOutputSections.cpp289 llvm::TimeTraceScope timeScope("Compress debug sections"); in maybeCompress()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DPassManager.cpp116 TimeTraceScope TimeScope(Pass->name(), F.getName()); in run()
H A DLegacyPassManager.cpp1420 llvm::TimeTraceScope FunctionScope("OptFunction", F.getName()); in runOnFunction()
1426 llvm::TimeTraceScope PassScope("RunPass", FP->getPassName()); in runOnFunction()
1516 llvm::TimeTraceScope TimeScope("OptModule", M.getName()); in runOnModule()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseAST.cpp154 llvm::TimeTraceScope TimeScope("Frontend"); in ParseAST()
/freebsd-13.1/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp245 llvm::TimeTraceScope TimeScope("ExecuteCompiler"); in cc1_main()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp88 TimeTraceScope TimeScope(Pass->name()); in run()
287 TimeTraceScope TimeScope(Pass->name()); in run()
556 TimeTraceScope TimeScope(Pass->name()); in run()
H A DLoopPass.cpp183 llvm::TimeTraceScope LoopPassScope("RunLoopPass", P->getPassName()); in runOnFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPassManager.cpp278 TimeTraceScope TimeScope(Pass->name()); in run()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1045 llvm::TimeTraceScope TimeScope("PerFunctionPasses"); in EmitAssembly()
1056 llvm::TimeTraceScope TimeScope("PerModulePasses"); in EmitAssembly()
1062 llvm::TimeTraceScope TimeScope("CodeGenPasses"); in EmitAssembly()
1618 llvm::TimeTraceScope TimeScope("Backend"); in EmitBackendOutput()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp138 llvm::TimeTraceScope TimeScope("Module LoadIndex"); in GlobalModuleIndex()
773 llvm::TimeTraceScope TimeScope("Module WriteIndex"); in writeIndex()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DLoopPassManager.h378 TimeTraceScope TimeScope(Pass->name(), IR.getName());
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1320 TimeTraceScope TimeScope("Attributor::runTillFixpoint"); in runTillFixpoint()
1462 TimeTraceScope TimeScope("Attributor::manifestAttributes"); in manifestAttributes()
1580 TimeTraceScope TimeScope("Attributor::cleanupIR"); in cleanupIR()
1817 TimeTraceScope TimeScope("Attributor::run"); in run()
1849 TimeTraceScope TimeScope( in updateAA()

12