Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp6104 struct AAValueSimplifyImpl : AAValueSimplify { struct
6105 AAValueSimplifyImpl(const IRPosition &IRP, Attributor &A) in AAValueSimplifyImpl() argument
6109 void initialize(Attributor &A) override { in initialize()
6117 const std::string getAsStr(Attributor *A) const override { in getAsStr()
6128 void trackStatistics() const override {} in trackStatistics()
6132 getAssumedSimplifiedValue(Attributor &A) const override { in getAssumedSimplifiedValue()
6140 static Value *ensureType(Attributor &A, Value &V, Type &Ty, Instruction *CtxI, in ensureType()
6155 static Value *reproduceInst(Attributor &A, in reproduceInst()
6189 static Value *reproduceValue(Attributor &A, in reproduceValue()
6216 Value *manifestReplacementValue(Attributor &A, Instruction *CtxI) const { in manifestReplacementValue()
[all …]