Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()