Home
last modified time | relevance | path

Searched defs:AAKernelInfo (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3604 struct AAKernelInfo : public StateWrapper<KernelInfoState, AbstractAttribute> { struct
3605 using Base = StateWrapper<KernelInfoState, AbstractAttribute>;
3606 AAKernelInfo(const IRPosition &IRP, Attributor &A) : Base(IRP) {} in AAKernelInfo() argument
3610 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;