Searched refs:UsePred (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 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() [all …]
|