Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp500 if (!A.checkForAllReturnedValues(CheckReturnValue, QueryingAA)) in clampReturnedValueStates()
1668 if (!A.checkForAllReturnedValues(Pred, *this)) in getAssumedUniqueReturnValue()
3257 if (!A.checkForAllReturnedValues(CheckReturnValue, *this)) in updateImpl()
5402 if (!A.checkForAllReturnedValues(PredForReturned, *this)) in updateImpl()
H A DAttributor.cpp1210 bool Attributor::checkForAllReturnedValues( in checkForAllReturnedValues() function in Attributor
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1804 bool checkForAllReturnedValues(function_ref<bool(Value &)> Pred,