Searched defs:AAKernelInfo (Results 1 – 1 of 1) sorted by relevance
3602 struct AAKernelInfo : public StateWrapper<KernelInfoState, AbstractAttribute> { struct3603 using Base = StateWrapper<KernelInfoState, AbstractAttribute>;3604 AAKernelInfo(const IRPosition &IRP, Attributor &A) : Base(IRP) {} in AAKernelInfo() function3608 static bool requiresCalleeForCallBase() { return false; } in requiresCalleeForCallBase()3611 void trackStatistics() const override {} in trackStatistics()3614 const std::string getAsStr(Attributor *) const override { in getAsStr()3644 const std::string getName() const override { return "AAKernelInfo"; } in getName()3647 const char *getIdAddr() const override { return &ID; } in getIdAddr()3650 static bool classof(const AbstractAttribute *AA) { in classof()3654 static const char ID;