Searched defs:AAPotentialValuesImpl (Results 1 – 1 of 1) sorted by relevance
10424 struct AAPotentialValuesImpl : AAPotentialValues { struct10425 using StateType = PotentialLLVMValuesState;10427 AAPotentialValuesImpl(const IRPosition &IRP, Attributor &A) in AAPotentialValuesImpl() function10431 void initialize(Attributor &A) override { in initialize()10449 const std::string getAsStr() const override { in getAsStr()10457 static std::optional<Value *> askOtherAA(Attributor &A, in askOtherAA()10471 void addValue(Attributor &A, StateType &State, Value &V, in addValue()10518 struct ItemInfo {10532 bool recurseForValue(Attributor &A, const IRPosition &IRP, AA::ValueScope S) { in recurseForValue()10554 void giveUpOnIntraprocedural(Attributor &A) { in giveUpOnIntraprocedural()[all …]