Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DHeatUtils.cpp75 unsigned colorId = unsigned(round(percent * (heatSize - 1.0))); in getHeatColor() local
76 return heatPalette[colorId]; in getHeatColor()