Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2279 struct AANoFreeFunction final : public AANoFreeImpl { struct
2280 AANoFreeFunction(const IRPosition &IRP, Attributor &A) in AANoFreeFunction() function
2284 void trackStatistics() const override { STATS_DECLTRACK_FN_ATTR(nofree) } in trackStatistics()