Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3150 struct AAHeapToShared : public StateWrapper<BooleanState, AbstractAttribute> { struct
3151 using Base = StateWrapper<BooleanState, AbstractAttribute>;
3152 AAHeapToShared(const IRPosition &IRP, Attributor &A) : Base(IRP) {} in AAHeapToShared() argument
3166 const std::string getName() const override { return "AAHeapToShared"; } in getName()
3169 const char *getIdAddr() const override { return &ID; } in getIdAddr()
3173 static bool classof(const AbstractAttribute *AA) { in classof()
3178 static const char ID;