Unique identifier for a basic block within a function.

Synopsis

Declared in <llvm/Support/UniqueBBID.h>

struct UniqueBBID;

Description

This structure represents the information for a basic block pertaining to the basic block sections profile.

Data Members

Name

Description

BaseID

Base block ID before cloning.

CloneID

Clone instance ID for the block.

Created with MrDocs