Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCCodePadder.cpp318 double RangeWeight = 0.0; in computeRangePenaltyWeight() local
320 RangeWeight += computeFirstWindowPenaltyWeight(*I, Offset, Layout); in computeRangePenaltyWeight()
322 RangeWeight += std::accumulate( in computeRangePenaltyWeight()
327 return RangeWeight; in computeRangePenaltyWeight()