/// Profile - Used to gather unique data for the folding set. /// void DWLabel::Profile(FoldingSetNodeID &ID) const { ID.AddString(Tag); ID.AddInteger(Number); }
void ARMConstantPoolSymbol::addSelectionDAGCSEId(FoldingSetNodeID &ID) { ID.AddString(S); ARMConstantPoolValue::addSelectionDAGCSEId(ID); }