Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1997 bool Attributor::checkForAllReturnedValues(function_ref<bool(Value &)> Pred, in checkForAllReturnedValues() function in Attributor
H A DAttributorAttributes.cpp401 if (!A.checkForAllReturnedValues(CheckReturnValue, QueryingAA, in clampReturnedValueStates()
4074 if (!A.checkForAllReturnedValues(CheckReturnValue, *this)) in updateImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2373 checkForAllReturnedValues(function_ref<bool(Value &)> Pred,