Lines Matching refs:UsePred
1626 auto UsePred = [&](const Use &U, bool &Follow) -> bool { in updateImpl() local
1920 if (!A.checkForAllUses(UsePred, *this, AssociatedValue, in updateImpl()
3895 auto UsePred = [&](const Use &U, bool &Follow) -> bool { in isKnownNoAliasDueToNoAliasPreservation() local
3948 if (!A.checkForAllUses(UsePred, *this, getAssociatedValue())) { in isKnownNoAliasDueToNoAliasPreservation()
4109 auto UsePred = [&](const Use &U, bool &Follow) { return false; }; in areAllUsesAssumedDead() local
4114 return A.checkForAllUses(UsePred, *this, V, /* CheckBBLivenessOnly */ false, in areAllUsesAssumedDead()
5552 auto UsePred = [&](const Use &U, bool &Follow) { in updateImpl() local
5598 if (!A.checkForAllUses(UsePred, *this, V, /* CheckBBLivenessOnly */ true, in updateImpl()
8137 auto UsePred = [&](const Use &U, bool &Follow) -> bool { in updateImpl() local
8156 if (!A.checkForAllUses(UsePred, *this, getAssociatedValue())) in updateImpl()
12110 auto UsePred = [&](const Use &U, bool &Follow) -> bool { in updateImpl() local
12132 if (!A.checkForAllUses(UsePred, *this, *V, in updateImpl()