Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp9806 struct AAPotentialValuesImpl : AAPotentialValues { struct
9807 using StateType = PotentialLLVMValuesState;
9809 AAPotentialValuesImpl(const IRPosition &IRP, Attributor &A) in AAPotentialValuesImpl() argument
9813 void initialize(Attributor &A) override { in initialize()
9829 const std::string getAsStr() const override { in getAsStr()
9837 static Optional<Value *> askOtherAA(Attributor &A, in askOtherAA()
9899 struct ItemInfo {
9935 void giveUpOnIntraprocedural(Attributor &A) { in giveUpOnIntraprocedural()
9958 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
9963 ChangeStatus manifest(Attributor &A) override { in manifest()
[all …]