Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp9599 struct AAPotentialConstantValuesImpl : AAPotentialConstantValues { struct
9600 using StateType = PotentialConstantIntValuesState;
9602 AAPotentialConstantValuesImpl(const IRPosition &IRP, Attributor &A) in AAPotentialConstantValuesImpl() function
9606 void initialize(Attributor &A) override { in initialize()
9613 bool fillSetWithConstantValues(Attributor &A, const IRPosition &IRP, SetTy &S, in fillSetWithConstantValues()
9654 const std::string getAsStr(Attributor *A) const override { in getAsStr()
9662 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()