Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DCFGPrinter.cpp45 static cl::opt<double> HideColdPaths( variable
319 if (HideColdPaths.getNumOccurrences() > 0) in isNodeHidden()
324 if ((double)NodeFreq / EntryFreq < HideColdPaths) in isNodeHidden()