Searched refs:UsePred (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 1532 auto UsePred = [&](const Use &U, bool &Follow) -> bool { in updateImpl() local 1826 if (!A.checkForAllUses(UsePred, *this, AssociatedValue, in updateImpl() 3858 auto UsePred = [&](const Use &U, bool &Follow) -> bool { in isKnownNoAliasDueToNoAliasPreservation() local 3907 if (!A.checkForAllUses(UsePred, *this, getAssociatedValue())) { in isKnownNoAliasDueToNoAliasPreservation() 4092 auto UsePred = [&](const Use &U, bool &Follow) { return false; }; in areAllUsesAssumedDead() local 4097 return A.checkForAllUses(UsePred, *this, V, /* CheckBBLivenessOnly */ false, in areAllUsesAssumedDead() 5517 auto UsePred = [&](const Use &U, bool &Follow) { in updateImpl() local 5562 if (!A.checkForAllUses(UsePred, *this, V, /* CheckBBLivenessOnly */ true, in updateImpl() 8107 auto UsePred = [&](const Use &U, bool &Follow) -> bool { in updateImpl() local 8126 if (!A.checkForAllUses(UsePred, *this, getAssociatedValue())) in updateImpl()
|