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
IDFolding set node identifier.