Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp5323 struct AAValueSimplifyImpl : AAValueSimplify { struct
5324 AAValueSimplifyImpl(const IRPosition &IRP, Attributor &A) in AAValueSimplifyImpl() argument
5328 void initialize(Attributor &A) override { in initialize()
5336 const std::string getAsStr() const override { in getAsStr()
5347 void trackStatistics() const override {} in trackStatistics()
5373 static Value *reproduceInst(Attributor &A, in reproduceInst()
5407 static Value *reproduceValue(Attributor &A, in reproduceValue()
5463 template <typename AAType> bool askSimplifiedValueFor(Attributor &A) { in askSimplifiedValueFor()
5486 bool askSimplifiedValueForOtherAAs(Attributor &A) { in askSimplifiedValueForOtherAAs()
5495 ChangeStatus manifest(Attributor &A) override { in manifest()
[all …]