Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp9548 struct AAValueConstantRangeCallSite : AAValueConstantRangeFunction { struct
9549 AAValueConstantRangeCallSite(const IRPosition &IRP, Attributor &A) in AAValueConstantRangeCallSite() argument
9553 void trackStatistics() const override { STATS_DECLTRACK_CS_ATTR(value_range) } in trackStatistics()