ICPTotalPercentThreshold ("icp-total-percent-threshold", cl::init(5), cl::Hidden, cl::desc("The percentage threshold against total " "count for the promotion"))
cl::opt< unsigned > ICPTotalPercentThreshold("icp-total-percent-threshold", cl::init(5), cl::Hidden, cl::desc("The percentage threshold against total " "count for the promotion")) ( "icp-total-percent-threshold" , cl::init(5) , cl::Hidden , cl::desc("The percentage threshold against total " "count for the promotion") )
cl::opt< unsigned > MaxNumPromotions("icp-max-prom", cl::init(3), cl::Hidden, cl::desc("Max number of promotions for a single indirect " "call callsite")) ( "icp-max-prom" , cl::init(3) , cl::Hidden , cl::desc("Max number of promotions for a single indirect " "call callsite") )
cl::opt< unsigned > MaxNumVTableAnnotations("icp-max-num-vtables", cl::init(6), cl::Hidden, cl::desc("Max number of vtables annotated for a vtable load instruction."))
(
"icp-max-num-vtables"
,
cl::init(6)
,
cl::Hidden
,
cl::desc("Max number of vtables annotated for a vtable load instruction.")