Searched refs:IsKnownNoUndef (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 3062 bool IsKnownNoUndef; in updateImpl() local 3064 A, this, CalleeArgumentIRP, DepClassTy::NONE, IsKnownNoUndef); in updateImpl() 3065 if (!IsKnownNoUndef) in updateImpl() 3144 bool IsKnownNoUndef; in updateImpl() local 3146 A, this, ReturnIRP, DepClassTy::NONE, IsKnownNoUndef); in updateImpl() 3147 if (IsKnownNoUndef) in updateImpl() 10316 bool IsKnownNoUndef; in updateImpl() local 10318 A, this, IRP, DepClassTy::REQUIRED, IsKnownNoUndef); in updateImpl()
|