Home
last modified time | relevance | path

Searched refs:UsePred (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2622 auto UsePred = [&](const Use &U, bool &Follow) -> bool { in isKnownNoAliasDueToNoAliasPreservation() local
2666 if (!A.checkForAllUses(UsePred, *this, getAssociatedValue())) { in isKnownNoAliasDueToNoAliasPreservation()
2827 auto UsePred = [&](const Use &U, bool &Follow) { return false; }; in areAllUsesAssumedDead() local
2832 return A.checkForAllUses(UsePred, *this, V, DepClassTy::REQUIRED); in areAllUsesAssumedDead()