Home
last modified time | relevance | path

Searched refs:ProfileSummaryPrinterPass (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h102 class ProfileSummaryPrinterPass
103 : public PassInfoMixin<ProfileSummaryPrinterPass> {
107 explicit ProfileSummaryPrinterPass(raw_ostream &OS) : OS(OS) {} in ProfileSummaryPrinterPass() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h162 class ProfileSummaryPrinterPass
163 : public PassInfoMixin<ProfileSummaryPrinterPass> {
167 explicit ProfileSummaryPrinterPass(raw_ostream &OS) : OS(OS) {} in ProfileSummaryPrinterPass() function
/external/llvm/lib/Analysis/
DProfileSummaryInfo.cpp150 PreservedAnalyses ProfileSummaryPrinterPass::run(Module &M, in run()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DProfileSummaryInfo.cpp294 PreservedAnalyses ProfileSummaryPrinterPass::run(Module &M, in run()
/external/llvm/lib/Passes/
DPassRegistry.def60 MODULE_PASS("print-profile-summary", ProfileSummaryPrinterPass(dbgs()))
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Passes/
DPassRegistry.def67 MODULE_PASS("print-profile-summary", ProfileSummaryPrinterPass(dbgs()))