Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp6089 struct AAValueSimplifyImpl : AAValueSimplify { struct
6090 AAValueSimplifyImpl(const IRPosition &IRP, Attributor &A) in AAValueSimplifyImpl() argument
6094 void initialize(Attributor &A) override { in initialize()
6102 const std::string getAsStr(Attributor *A) const override { in getAsStr()
6113 void trackStatistics() const override {} in trackStatistics()
6117 getAssumedSimplifiedValue(Attributor &A) const override { in getAssumedSimplifiedValue()
6140 static Value *reproduceInst(Attributor &A, in reproduceInst()
6174 static Value *reproduceValue(Attributor &A, in reproduceValue()
6255 bool askSimplifiedValueForOtherAAs(Attributor &A) { in askSimplifiedValueForOtherAAs()
6264 ChangeStatus manifest(Attributor &A) override { in manifest()
[all …]