Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2225 struct AANoSyncFunction final : public AANoSyncImpl { struct
2226 AANoSyncFunction(const IRPosition &IRP, Attributor &A) in AANoSyncFunction() function
2230 void trackStatistics() const override { STATS_DECLTRACK_FN_ATTR(nosync) } in trackStatistics()