HomeSort by: relevance | last modified time | path
    Searched defs:willreturn (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp 2288 /// Check for `mustprogress` and `readonly` as they imply `willreturn`.
2334 return getAssumed() ? "willreturn" : "may-noreturn";
2352 void trackStatistics() const override { STATS_DECLTRACK_FN_ATTR(willreturn) }
2355 /// WillReturn attribute deduction for a call sites.
2384 void trackStatistics() const override { STATS_DECLTRACK_CS_ATTR(willreturn); } variable
AttributorAttributes.cpp 2288 /// Check for `mustprogress` and `readonly` as they imply `willreturn`.
2334 return getAssumed() ? "willreturn" : "may-noreturn";
2352 void trackStatistics() const override { STATS_DECLTRACK_FN_ATTR(willreturn) }
2355 /// WillReturn attribute deduction for a call sites.
2384 void trackStatistics() const override { STATS_DECLTRACK_CS_ATTR(willreturn); } variable

Completed in 54 milliseconds