Searched refs:CallerV (Results 1 – 1 of 1) sorted by relevance
11734 std::optional<Value *> CallerV = A.translateArgumentToCallSiteContent( in updateImpl() local11736 if (!CallerV.has_value()) { in updateImpl()11740 V = *CallerV ? *CallerV : V; in updateImpl()11741 if (*CallerV && AA::isDynamicallyUnique(A, *this, *V)) { in updateImpl()