Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp4392 struct AAFoldRuntimeCall struct
4394 using Base = StateWrapper<BooleanState, AbstractAttribute>;
4396 AAFoldRuntimeCall(const IRPosition &IRP, Attributor &A) : Base(IRP) {} in AAFoldRuntimeCall() argument
4399 void trackStatistics() const override {} in trackStatistics()
4406 const std::string getName() const override { return "AAFoldRuntimeCall"; } in getName()
4409 const char *getIdAddr() const override { return &ID; } in getIdAddr()
4413 static bool classof(const AbstractAttribute *AA) { in classof()
4417 static const char ID;