llvm::GVDAGType

How block frequencies are rendered in DOT graph viewers.

Synopsis

Declared in <llvm/Analysis/BlockFrequencyInfoImpl.h>

enum GVDAGType;

Members

NameDescription
GVDT_None Do not render frequency information.
GVDT_Fraction Show frequencies as fractions of the entry frequency.
GVDT_Integer Show frequencies as raw integer values.
GVDT_Count Show estimated profile counts.