Searched defs:AAKernelInfo (Results 1 – 1 of 1) sorted by relevance
3104 struct AAKernelInfo : public StateWrapper<KernelInfoState, AbstractAttribute> { struct3105 using Base = StateWrapper<KernelInfoState, AbstractAttribute>;3106 AAKernelInfo(const IRPosition &IRP, Attributor &A) : Base(IRP) {} in AAKernelInfo() argument3109 void trackStatistics() const override {} in trackStatistics()3112 const std::string getAsStr() const override { in getAsStr()3137 const std::string getName() const override { return "AAKernelInfo"; } in getName()3140 const char *getIdAddr() const override { return &ID; } in getIdAddr()3143 static bool classof(const AbstractAttribute *AA) { in classof()3147 static const char ID;