Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp386 BlockFrequency DupThreshold; member in __anon17d227c40111::MachineBlockPlacement
3107 return DupThreshold.getFrequency() * countMBBInstruction(BB); in scaleThreshold()
3261 DupThreshold = 0; in initDupThreshold()
3269 DupThreshold = HotThreshold * TailDupProfilePercentThreshold / 100; in initDupThreshold()
3282 DupThreshold = MaxFreq * ThresholdProb; in initDupThreshold()