Searched refs:ExecutionCountThreshold (Results 1 – 6 of 6) sorted by relevance
40 extern llvm::cl::opt<unsigned> ExecutionCountThreshold;
51 extern cl::opt<unsigned> ExecutionCountThreshold;160 if (BF.getKnownExecutionCount() < opts::ExecutionCountThreshold) in shouldOptimize()
34 extern cl::opt<unsigned> ExecutionCountThreshold;948 if (BB.getKnownExecutionCount() < opts::ExecutionCountThreshold) in canPromoteCallsite()
63 extern cl::opt<unsigned> ExecutionCountThreshold;381 if (BF.getKnownExecutionCount() < opts::ExecutionCountThreshold) in shouldOptimize()
86 ExecutionCountThreshold("execution-count-threshold", variable
2271 (uint64_t)opts::ExecutionCountThreshold, in getHotThreshold()