Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2452 struct AANoFreeFunction final : public AANoFreeImpl { struct
2453 AANoFreeFunction(const IRPosition &IRP, Attributor &A) in AANoFreeFunction() function
2457 void trackStatistics() const override { STATS_DECLTRACK_FN_ATTR(nofree) } in trackStatistics()