Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp9584 struct AAPotentialConstantValuesImpl : AAPotentialConstantValues { struct
9585 using StateType = PotentialConstantIntValuesState;
9587 AAPotentialConstantValuesImpl(const IRPosition &IRP, Attributor &A) in AAPotentialConstantValuesImpl() function
9591 void initialize(Attributor &A) override { in initialize()
9598 bool fillSetWithConstantValues(Attributor &A, const IRPosition &IRP, SetTy &S, in fillSetWithConstantValues()
9639 const std::string getAsStr(Attributor *A) const override { in getAsStr()
9647 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()