Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSelectOptimize.cpp701 uint64_t HotWeight; in hasExpensiveColdOperand() local
704 HotWeight = FalseWeight; in hasExpensiveColdOperand()
707 HotWeight = TrueWeight; in hasExpensiveColdOperand()
723 divideNearest(SliceCost * HotWeight, TotalWeight); in hasExpensiveColdOperand()