Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp5164 struct AAFoldRuntimeCall struct
5166 using Base = StateWrapper<BooleanState, AbstractAttribute>;
5168 AAFoldRuntimeCall(const IRPosition &IRP, Attributor &A) : Base(IRP) {} in AAFoldRuntimeCall() argument
5171 void trackStatistics() const override {} in trackStatistics()
5178 const std::string getName() const override { return "AAFoldRuntimeCall"; } in getName()
5181 const char *getIdAddr() const override { return &ID; } in getIdAddr()
5185 static bool classof(const AbstractAttribute *AA) { in classof()
5189 static const char ID;