Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp5494 struct AANoReturnCallSite final struct
5496 AANoReturnCallSite(const IRPosition &IRP, Attributor &A) in AANoReturnCallSite() function
5500 void trackStatistics() const override { STATS_DECLTRACK_CS_ATTR(noreturn); } in trackStatistics()