Return a printable name for hotness type HT.

Synopsis

Declared in <llvm/IR/ModuleSummaryIndex.h>

char const*
getHotnessName(CalleeInfo::HotnessType HT);

Return Value

A printable name for hotness type HT.

Parameters

Name

Description

HT

Hotness enumeration value to name.

Created with MrDocs