Searched refs:UsePred (Results 1 – 1 of 1) sorted by relevance
2622 auto UsePred = [&](const Use &U, bool &Follow) -> bool { in isKnownNoAliasDueToNoAliasPreservation() local2666 if (!A.checkForAllUses(UsePred, *this, getAssociatedValue())) { in isKnownNoAliasDueToNoAliasPreservation()2827 auto UsePred = [&](const Use &U, bool &Follow) { return false; }; in areAllUsesAssumedDead() local2832 return A.checkForAllUses(UsePred, *this, V, DepClassTy::REQUIRED); in areAllUsesAssumedDead()