Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3017 bool IsKnownNoUndef; in updateImpl() local
3019 A, this, CalleeArgumentIRP, DepClassTy::NONE, IsKnownNoUndef); in updateImpl()
3020 if (!IsKnownNoUndef) in updateImpl()
3099 bool IsKnownNoUndef; in updateImpl() local
3101 A, this, ReturnIRP, DepClassTy::NONE, IsKnownNoUndef); in updateImpl()
3102 if (IsKnownNoUndef) in updateImpl()
10221 bool IsKnownNoUndef; in updateImpl() local
10223 A, this, IRP, DepClassTy::REQUIRED, IsKnownNoUndef); in updateImpl()