Searched refs:UsePred (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 1255 auto UsePred = [&](const Use &U, bool &Follow) -> bool { in updateImpl() local 1427 if (!A.checkForAllUses(UsePred, *this, AssociatedValue, in updateImpl() 3218 auto UsePred = [&](const Use &U, bool &Follow) -> bool { in isKnownNoAliasDueToNoAliasPreservation() local 3267 if (!A.checkForAllUses(UsePred, *this, getAssociatedValue())) { in isKnownNoAliasDueToNoAliasPreservation() 3452 auto UsePred = [&](const Use &U, bool &Follow) { return false; }; in areAllUsesAssumedDead() local 3457 return A.checkForAllUses(UsePred, *this, V, /* CheckBBLivenessOnly */ false, in areAllUsesAssumedDead() 4810 auto UsePred = [&](const Use &U, bool &Follow) { in updateImpl() local 4858 if (!A.checkForAllUses(UsePred, *this, V, /* CheckBBLivenessOnly */ true, in updateImpl() 7354 auto UsePred = [&](const Use &U, bool &Follow) -> bool { in updateImpl() local 7373 if (!A.checkForAllUses(UsePred, *this, getAssociatedValue())) in updateImpl()
|