Searched refs:AAReturnedValuesImpl (Results 1 – 1 of 1) sorted by relevance
939 class AAReturnedValuesImpl : public AAReturnedValues, public AbstractState { class960 AAReturnedValuesImpl(const IRPosition &IRP) : AAReturnedValues(IRP) {} in AAReturnedValuesImpl() function in __anonc9a7200c0111::AAReturnedValuesImpl1055 ChangeStatus AAReturnedValuesImpl::manifest(Attributor &A) { in manifest()1117 const std::string AAReturnedValuesImpl::getAsStr() const { in getAsStr()1124 AAReturnedValuesImpl::getAssumedUniqueReturnValue(Attributor &A) const { in getAssumedUniqueReturnValue()1155 bool AAReturnedValuesImpl::checkForAllReturnedValuesAndReturnInsts( in checkForAllReturnedValuesAndReturnInsts()1177 ChangeStatus AAReturnedValuesImpl::updateImpl(Attributor &A) { in updateImpl()1333 struct AAReturnedValuesFunction final : public AAReturnedValuesImpl {1334 AAReturnedValuesFunction(const IRPosition &IRP) : AAReturnedValuesImpl(IRP) {} in AAReturnedValuesFunction()1341 struct AAReturnedValuesCallSite final : AAReturnedValuesImpl {[all …]