Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3062 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()