Searched refs:IsKnownNoUndef (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 3020 bool IsKnownNoUndef; in updateImpl() local 3022 A, this, CalleeArgumentIRP, DepClassTy::NONE, IsKnownNoUndef); in updateImpl() 3023 if (!IsKnownNoUndef) in updateImpl() 3102 bool IsKnownNoUndef; in updateImpl() local 3104 A, this, ReturnIRP, DepClassTy::NONE, IsKnownNoUndef); in updateImpl() 3105 if (IsKnownNoUndef) in updateImpl() 10236 bool IsKnownNoUndef; in updateImpl() local 10238 A, this, IRP, DepClassTy::REQUIRED, IsKnownNoUndef); in updateImpl()
|