Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp392 if (!A.checkForAllReturnedValues(CheckReturnValue, QueryingAA)) in clampReturnedValueStates()
2198 if (!A.checkForAllReturnedValues(Pred, *this)) in getAssumedUniqueReturnValue()
3994 if (!A.checkForAllReturnedValues(CheckReturnValue, *this)) in updateImpl()
H A DAttributor.cpp1821 bool Attributor::checkForAllReturnedValues( in checkForAllReturnedValues() function in Attributor
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2165 bool checkForAllReturnedValues(function_ref<bool(Value &)> Pred,