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