Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp187 static cl::opt<int> ClHotPercentileCutoff("hwasan-percentile-cutoff-hot", variable
1536 if (!ClHotPercentileCutoff.getNumOccurrences()) in selectiveInstrumentationShouldSkip()
1546 ClHotPercentileCutoff, &F, FAM.getResult<BlockFrequencyAnalysis>(F)); in selectiveInstrumentationShouldSkip()