Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1411 struct AANoFreeImpl : public AANoFree { struct
1412 AANoFreeImpl(const IRPosition &IRP, Attributor &A) : AANoFree(IRP, A) {} in AANoFreeImpl() argument
1415 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
1432 const std::string getAsStr() const override { in getAsStr()