Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp422 if (!A.checkForAllReturnedValues(CheckReturnValue, QueryingAA)) in clampReturnedValueStates()
1791 if (!A.checkForAllReturnedValues(Pred, *this)) in getAssumedUniqueReturnValue()
3354 if (!A.checkForAllReturnedValues(CheckReturnValue, *this)) in updateImpl()
H A DAttributor.cpp1582 bool Attributor::checkForAllReturnedValues( in checkForAllReturnedValues() function in Attributor
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1989 bool checkForAllReturnedValues(function_ref<bool(Value &)> Pred,