Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp1096 uint64_t HotWeight; in hasExpensiveColdOperand() local
1099 HotWeight = FalseWeight; in hasExpensiveColdOperand()
1102 HotWeight = TrueWeight; in hasExpensiveColdOperand()
1118 divideNearest(SliceCost * HotWeight, TotalWeight); in hasExpensiveColdOperand()