llvm::DefaultContextualFoldingSetTrait::Profile

Gather the unique data bits of X into ID, using Context.

Synopsis

Declared in <llvm/ADT/FoldingSet.h>

static
void
Profile(
    T& X,
    FoldingSetNodeID& ID,
    Ctx Context);

Parameters

NameDescription
XObject whose profile bits are gathered.
IDNode ID that receives the profile bits.
ContextFixed context passed to X's Profile method.