Home
last modified time | relevance | path

Searched refs:BlockFrequencyPrinterPass (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DBlockFrequencyInfo.h124 class BlockFrequencyPrinterPass
125 : public PassInfoMixin<BlockFrequencyPrinterPass> {
129 explicit BlockFrequencyPrinterPass(raw_ostream &OS) : OS(OS) {} in BlockFrequencyPrinterPass() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBlockFrequencyInfo.cpp337 BlockFrequencyPrinterPass::run(Function &F, FunctionAnalysisManager &AM) { in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
DPassRegistry.def216 FUNCTION_PASS("print<block-freq>", BlockFrequencyPrinterPass(dbgs()))