Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSelectOptimize.cpp61 static cl::opt<unsigned> ColdOperandThreshold( variable
688 ColdOperand = TotalWeight * ColdOperandThreshold > 100 * MinWeight; in hasExpensiveColdOperand()