Home
last modified time | relevance | path

Searched refs:UsePred (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1625 auto UsePred = [&](const Use &U, bool &Follow) -> bool { in updateImpl() local
1961 if (!A.checkForAllUses(UsePred, *this, AssociatedValue, in updateImpl()
3934 auto UsePred = [&](const Use &U, bool &Follow) -> bool { in isKnownNoAliasDueToNoAliasPreservation() local
3985 if (!A.checkForAllUses(UsePred, *this, getAssociatedValue())) { in isKnownNoAliasDueToNoAliasPreservation()
4146 auto UsePred = [&](const Use &U, bool &Follow) { return false; }; in areAllUsesAssumedDead() local
4151 return A.checkForAllUses(UsePred, *this, V, /* CheckBBLivenessOnly */ false, in areAllUsesAssumedDead()
5617 auto UsePred = [&](const Use &U, bool &Follow) { in updateImpl() local
5663 if (!A.checkForAllUses(UsePred, *this, V, /* CheckBBLivenessOnly */ true, in updateImpl()
8213 auto UsePred = [&](const Use &U, bool &Follow) -> bool { in updateImpl() local
8232 if (!A.checkForAllUses(UsePred, *this, getAssociatedValue())) in updateImpl()
[all …]