Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp119 MaxNumOfPromotions(cl::ZeroOrMore, "max-counter-promotions", cl::init(-1), variable
311 if (MaxNumOfPromotions != -1 && *NumPromoted >= MaxNumOfPromotions) in run()