Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3602 struct AAKernelInfo : public StateWrapper<KernelInfoState, AbstractAttribute> { struct
3603 using Base = StateWrapper<KernelInfoState, AbstractAttribute>;
3604 AAKernelInfo(const IRPosition &IRP, Attributor &A) : Base(IRP) {} in AAKernelInfo() function
3608 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;