Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()