Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp92 GainCycleThreshold("x86-cmov-converter-threshold", variable
521 if (Diff[1] < GainCycleThreshold) in checkForProfitableCmovCandidates()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp80 GainCycleThreshold("select-opti-loop-cycle-gain-threshold", variable
1119 if (Gain[1] < Scaled64::get(GainCycleThreshold) || in checkLoopHeuristics()