Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp2587 auto UsePred = [&](const Use &U, bool &Follow) -> bool { in isKnownNoAliasDueToNoAliasPreservation() local
2630 if (!A.checkForAllUses(UsePred, *this, getAssociatedValue())) { in isKnownNoAliasDueToNoAliasPreservation()
2790 auto UsePred = [&](const Use &U, bool &Follow) { return false; }; in areAllUsesAssumedDead() local
2795 return A.checkForAllUses(UsePred, *this, V, DepClassTy::REQUIRED); in areAllUsesAssumedDead()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp2620 auto UsePred = [&](const Use &U, bool &Follow) { in updateImpl() local
2639 if (!A.checkForAllUses(UsePred, *this, getAssociatedValue())) in updateImpl()