Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp63 static cl::opt<unsigned> ColdOperandThreshold( variable
966 ColdOperand = TotalWeight * ColdOperandThreshold > 100 * MinWeight; in hasExpensiveColdOperand()