Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp399 BlockFrequency DupThreshold; member in __anon7097cf1d0111::MachineBlockPlacement
3151 return DupThreshold.getFrequency() * countMBBInstruction(BB); in scaleThreshold()
3305 DupThreshold = 0; in initDupThreshold()
3313 DupThreshold = HotThreshold * TailDupProfilePercentThreshold / 100; in initDupThreshold()
3326 DupThreshold = MaxFreq * ThresholdProb; in initDupThreshold()