Home
last modified time | relevance | path

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

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