Home
last modified time | relevance | path

Searched refs:PrintClusters (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Passes/
H A DReorderAlgorithm.cpp41 static cl::opt<bool> PrintClusters("print-clusters", cl::desc("print clusters"), variable
512 if (opts::PrintClusters) in reorderBasicBlocks()
535 if (opts::PrintClusters) in reorderBasicBlocks()
608 if (opts::PrintClusters) { in reorderBasicBlocks()
642 if (opts::PrintClusters) in reorderBasicBlocks()
657 if (opts::PrintClusters) { in reorderBasicBlocks()
699 if (opts::PrintClusters) in reorderBasicBlocks()
713 if (opts::PrintClusters) { in reorderBasicBlocks()
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DAnalysis.h47 struct PrintClusters {}; struct
H A DAnalysis.cpp191 Error Analysis::run<Analysis::PrintClusters>(raw_ostream &OS) const { in run()
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/
H A Dllvm-exegesis.cpp452 maybeRunAnalysis<Analysis::PrintClusters>(Analyzer, "analysis clusters", in analysisMain()