Searched refs:INSTR_PROF_MIN_VAL_COUNTS (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp953 #define INSTR_PROF_MIN_VAL_COUNTS 10 macro
954 if (NumCounters < INSTR_PROF_MIN_VAL_COUNTS)
955 NumCounters = std::max(INSTR_PROF_MIN_VAL_COUNTS, (int)NumCounters * 2);

Completed in 141 milliseconds