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.cpp3601 struct AAKernelInfo : public StateWrapper<KernelInfoState, AbstractAttribute> { struct
3602 using Base = StateWrapper<KernelInfoState, AbstractAttribute>;
3603 AAKernelInfo(const IRPosition &IRP, Attributor &A) : Base(IRP) {} in AAKernelInfo() function
3607 static bool requiresCalleeForCallBase() { return false; } in requiresCalleeForCallBase()
3610 void trackStatistics() const override {} in trackStatistics()
3613 const std::string getAsStr(Attributor *) const override { in getAsStr()
3643 const std::string getName() const override { return "AAKernelInfo"; } in getName()
3646 const char *getIdAddr() const override { return &ID; } in getIdAddr()
3649 static bool classof(const AbstractAttribute *AA) { in classof()
3653 static const char ID;