Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2173 struct AANoSyncImpl : AANoSync { struct
2174 AANoSyncImpl(const IRPosition &IRP, Attributor &A) : AANoSync(IRP, A) {} in AANoSyncImpl() function
2177 void initialize(Attributor &A) override { in initialize()
2184 const std::string getAsStr(Attributor *A) const override { in getAsStr()