search for: passdebugging

Displaying 3 results from an estimated 3 matches for "passdebugging".

2009 Jul 27
0
[LLVMdev] Pass Scheduling Information without using opt
...n(*f); > > mp.releaseModule(); > > (do more stuff) > } > > } > > } > > > Now what I want to have is some runtime-output of the pass manager that > tells me what passes were run in what order, give me timing information > if possible etc. You can set global PassDebugging enum. The pass manager will print useful info while it is running. See initial part of VMCore/PassManager.cpp for more information on PassDebugging enum. - Devang
2009 Jul 27
2
[LLVMdev] Pass Scheduling Information without using opt
Daniel Dunbar wrote: > Ah, in this case llvm_shutdown isn't what you are looking for. I've > never looked at the Statistic implementation so I can't be any help > here, but if you poke around starting with "llvm/ADT/Statistic.h" you > may find a way to do what you want. I looked into that already, but Statistic.h only gives me the possibility to implement tracking
2017 Jun 21
6
RFC: Cleaning up the Itanium demangler
...fyDomInfoX", "VerifyDomInfoX"}, {"_ZL6GCLock", "GCLock"}, {"_ZL7GCNames", "GCNames"}, {"_ZL10GCNamePool", "GCNamePool"}, {"_ZL13GlobalContext", "GlobalContext"}, {"_ZN4llvmL13PassDebuggingE", "llvm::PassDebugging"}, {"_ZN4llvmL11PrintBeforeE", "llvm::PrintBefore"}, {"_ZN4llvmL10PrintAfterE", "llvm::PrintAfter"}, {"_ZN4llvmL14PrintBeforeAllE", "llvm::PrintBeforeAll"}, {"_ZN4llvmL13Print...