Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp457 #define INSTR_PROF_MIN_VAL_COUNTS 10 in emitVNodes() macro
458 if (NumCounters < INSTR_PROF_MIN_VAL_COUNTS) in emitVNodes()
459 NumCounters = std::max(INSTR_PROF_MIN_VAL_COUNTS, (int)NumCounters * 2); in emitVNodes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp832 #define INSTR_PROF_MIN_VAL_COUNTS 10 in emitVNodes() macro
833 if (NumCounters < INSTR_PROF_MIN_VAL_COUNTS) in emitVNodes()
834 NumCounters = std::max(INSTR_PROF_MIN_VAL_COUNTS, (int)NumCounters * 2); in emitVNodes()