Searched defs:AAHeapToShared (Results 1 – 1 of 1) sorted by relevance
3150 struct AAHeapToShared : public StateWrapper<BooleanState, AbstractAttribute> { struct3151 using Base = StateWrapper<BooleanState, AbstractAttribute>;3152 AAHeapToShared(const IRPosition &IRP, Attributor &A) : Base(IRP) {} in AAHeapToShared() argument3166 const std::string getName() const override { return "AAHeapToShared"; } in getName()3169 const char *getIdAddr() const override { return &ID; } in getIdAddr()3173 static bool classof(const AbstractAttribute *AA) { in classof()3178 static const char ID;