Searched defs:AAKernelInfo (Results 1 – 1 of 1) sorted by relevance
3604 struct AAKernelInfo : public StateWrapper<KernelInfoState, AbstractAttribute> { struct3605 using Base = StateWrapper<KernelInfoState, AbstractAttribute>;3606 AAKernelInfo(const IRPosition &IRP, Attributor &A) : Base(IRP) {} in AAKernelInfo() argument3610 static bool requiresCalleeForCallBase() { return false; } in requiresCalleeForCallBase()3613 void trackStatistics() const override {} in trackStatistics()3616 const std::string getAsStr(Attributor *) const override { in getAsStr()3646 StringRef getName() const override { return "AAKernelInfo"; } in getName()3649 const char *getIdAddr() const override { return &ID; } in getIdAddr()3652 static bool classof(const AbstractAttribute *AA) { in classof()3656 static const char ID;