Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp376 auto CheckReturnValue = [&](Value &RV) -> bool { in clampReturnedValueStates() local
400 if (!A.checkForAllReturnedValues(CheckReturnValue, QueryingAA, in clampReturnedValueStates()
4015 auto CheckReturnValue = [&](Value &RV) -> bool { in updateImpl() local
4040 if (!A.checkForAllReturnedValues(CheckReturnValue, *this)) in updateImpl()