Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp461 if (!A.checkForAllReturnedValues(CheckReturnValue, QueryingAA)) in clampReturnedValueStates()
1032 if (!A.checkForAllReturnedValues(Pred, *this)) in getAssumedUniqueReturnValue()
2754 if (!A.checkForAllReturnedValues(CheckReturnValue, *this)) in updateImpl()
4767 if (!A.checkForAllReturnedValues(PredForReturned, *this)) in updateImpl()
H A DAttributor.cpp897 bool Attributor::checkForAllReturnedValues( in checkForAllReturnedValues() function in Attributor
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1555 bool checkForAllReturnedValues(function_ref<bool(Value &)> Pred,