Go to the source code of this file.
|
| static cl::opt< unsigned > | ICPCountThreshold ("icp-count-threshold", cl::Hidden, cl::ZeroOrMore, cl::init(1000), cl::desc("The minimum count to the direct call target ""for the promotion")) |
| |
| static cl::opt< unsigned > | ICPPercentThreshold ("icp-percent-threshold", cl::init(33), cl::Hidden, cl::ZeroOrMore, cl::desc("The percentage threshold for the promotion")) |
| |
| static cl::opt< unsigned > | MaxNumPromotions ("icp-max-prom", cl::init(2), cl::Hidden, cl::ZeroOrMore, cl::desc("Max number of promotions for a single indirect ""call callsite")) |
| |
| #define DEBUG_TYPE "pgo-icall-prom-analysis" |
| cl::opt<unsigned> ICPCountThreshold("icp-count-threshold", cl::Hidden, cl::ZeroOrMore, cl::init(1000), cl::desc("The minimum count to the direct call target ""for the promotion")) |
|
static |
| cl::opt<unsigned> MaxNumPromotions("icp-max-prom", cl::init(2), cl::Hidden, cl::ZeroOrMore, cl::desc("Max number of promotions for a single indirect ""call callsite")) |
|
static |