Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSimplifyQuery.h87 bool CanUseUndef = true; member
96 bool CanUseUndef = true, const DomConditionCache *DC = nullptr)
98 CanUseUndef(CanUseUndef) {} in DL()
103 bool CanUseUndef = true)
105 CanUseUndef(CanUseUndef) {} in DL()
114 Copy.CanUseUndef = false; in getWithoutUndef()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp779 Q.CanUseUndef = false; in simplifyAffectedPhis()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4306 assert((AllowRefinement || !Q.CanUseUndef) && in simplifyWithOpReplaced()
4359 if (isa<UndefValue>(NewOps.back()) && !Q.CanUseUndef) in simplifyWithOpReplaced()
7313 if (!CanUseUndef) in isUndefValue()