Lines Matching refs:UsePred
1624 auto UsePred = [&](const Use &U, bool &Follow) -> bool { in updateImpl() local
1922 if (!A.checkForAllUses(UsePred, *this, AssociatedValue, in updateImpl()
3898 auto UsePred = [&](const Use &U, bool &Follow) -> bool { in isKnownNoAliasDueToNoAliasPreservation() local
3951 if (!A.checkForAllUses(UsePred, *this, getAssociatedValue())) { in isKnownNoAliasDueToNoAliasPreservation()
4112 auto UsePred = [&](const Use &U, bool &Follow) { return false; }; in areAllUsesAssumedDead() local
4117 return A.checkForAllUses(UsePred, *this, V, /* CheckBBLivenessOnly */ false, in areAllUsesAssumedDead()
5561 auto UsePred = [&](const Use &U, bool &Follow) { in updateImpl() local
5607 if (!A.checkForAllUses(UsePred, *this, V, /* CheckBBLivenessOnly */ true, in updateImpl()
8152 auto UsePred = [&](const Use &U, bool &Follow) -> bool { in updateImpl() local
8171 if (!A.checkForAllUses(UsePred, *this, getAssociatedValue())) in updateImpl()
12099 auto UsePred = [&](const Use &U, bool &Follow) -> bool { in updateImpl() local
12121 if (!A.checkForAllUses(UsePred, *this, *V, in updateImpl()