Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2004 bool Attributor::checkForAllReturnedValues(function_ref<bool(Value &)> Pred, in checkForAllReturnedValues() function in Attributor
H A DAttributorAttributes.cpp400 if (!A.checkForAllReturnedValues(CheckReturnValue, QueryingAA, in clampReturnedValueStates()
4040 if (!A.checkForAllReturnedValues(CheckReturnValue, *this)) in updateImpl()
/src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2329 checkForAllReturnedValues(function_ref<bool(Value &)> Pred,