Searched refs:UsePred (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 1178 auto UsePred = [&](const Use &U, bool &Follow) -> bool { in updateImpl() local 1306 if (!A.checkForAllUses(UsePred, *this, AssociatedValue, in updateImpl() 3125 auto UsePred = [&](const Use &U, bool &Follow) -> bool { in isKnownNoAliasDueToNoAliasPreservation() local 3169 if (!A.checkForAllUses(UsePred, *this, getAssociatedValue())) { in isKnownNoAliasDueToNoAliasPreservation() 3343 auto UsePred = [&](const Use &U, bool &Follow) { return false; }; in areAllUsesAssumedDead() local 3348 return A.checkForAllUses(UsePred, *this, V, /* CheckBBLivenessOnly */ false, in areAllUsesAssumedDead() 7264 auto UsePred = [&](const Use &U, bool &Follow) -> bool { in updateImpl() local 7283 if (!A.checkForAllUses(UsePred, *this, getAssociatedValue())) in updateImpl()
|