Searched defs:AAKernelInfo (Results 1 – 1 of 1) sorted by relevance
3377 struct AAKernelInfo : public StateWrapper<KernelInfoState, AbstractAttribute> { struct3378 using Base = StateWrapper<KernelInfoState, AbstractAttribute>;3379 AAKernelInfo(const IRPosition &IRP, Attributor &A) : Base(IRP) {} in AAKernelInfo() function3382 void trackStatistics() const override {} in trackStatistics()3385 const std::string getAsStr() const override { in getAsStr()3414 const std::string getName() const override { return "AAKernelInfo"; } in getName()3417 const char *getIdAddr() const override { return &ID; } in getIdAddr()3420 static bool classof(const AbstractAttribute *AA) { in classof()3424 static const char ID;