Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp843 #define INSTR_PROF_MIN_VAL_COUNTS 10 in emitVNodes() macro
844 if (NumCounters < INSTR_PROF_MIN_VAL_COUNTS) in emitVNodes()
845 NumCounters = std::max(INSTR_PROF_MIN_VAL_COUNTS, (int)NumCounters * 2); in emitVNodes()