Home
last modified time | relevance | path

Searched refs:TimeOpts (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Passes/
H A DFrameOptimizer.cpp31 extern cl::opt<bool> TimeOpts;
235 "FOP breakdown", opts::TimeOpts); in runOnFunctions()
241 "FOP breakdown", opts::TimeOpts); in runOnFunctions()
247 opts::TimeOpts); in runOnFunctions()
270 opts::TimeOpts); in runOnFunctions()
277 "FOP breakdown", opts::TimeOpts); in runOnFunctions()
288 "FOP breakdown", opts::TimeOpts); in runOnFunctions()
H A DCallGraphWalker.cpp21 extern llvm::cl::opt<bool> TimeOpts;
29 "CG breakdown", opts::TimeOpts); in traverseCG()
H A DBinaryFunctionCallGraph.cpp23 extern llvm::cl::opt<bool> TimeOpts;
43 "CG breakdown", "CG breakdown", opts::TimeOpts); in buildTraversalOrder()
87 "CG breakdown", opts::TimeOpts); in buildCallGraph()
H A DMCF.cpp32 extern cl::opt<bool> TimeOpts;
H A DShrinkWrapping.cpp27 extern cl::opt<bool> TimeOpts;
/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DStackAvailableExpressions.h16 extern llvm::cl::opt<bool> TimeOpts;
H A DStackAllocationAnalysis.h16 extern llvm::cl::opt<bool> TimeOpts;
H A DStackReachingUses.h16 extern llvm::cl::opt<bool> TimeOpts;
H A DReachingInsns.h17 extern llvm::cl::opt<bool> TimeOpts;
H A DDominatorAnalysis.h17 extern llvm::cl::opt<bool> TimeOpts;
H A DReachingDefOrUse.h20 extern llvm::cl::opt<bool> TimeOpts;
H A DLivenessAnalysis.h19 extern llvm::cl::opt<bool> TimeOpts;
H A DStackPointerTracking.h16 extern llvm::cl::opt<bool> TimeOpts;
/llvm-project-15.0.7/bolt/include/bolt/Utils/
H A DCommandLineOpts.h54 extern llvm::cl::opt<bool> TimeOpts;
/llvm-project-15.0.7/bolt/lib/Utils/
H A DCommandLineOpts.cpp169 llvm::cl::opt<bool> TimeOpts("time-opts", variable
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DBinaryPassManager.cpp268 TimerGroupDesc, TimeOpts); in runPasses()