Home
last modified time | relevance | path

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

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