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.h88 bool CanUseUndef = true; member
97 bool CanUseUndef = true, const DomConditionCache *DC = nullptr)
99 CanUseUndef(CanUseUndef) {} in DL()
104 bool CanUseUndef = true)
106 CanUseUndef(CanUseUndef) {} in DL()
115 Copy.CanUseUndef = false; in getWithoutUndef()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp902 Q.CanUseUndef = false; in simplifyAffectedPhis()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4300 assert((AllowRefinement || !Q.CanUseUndef) && in simplifyWithOpsReplaced()
4354 if (isa<UndefValue>(NewOps.back()) && !Q.CanUseUndef) in simplifyWithOpsReplaced()
7355 if (!CanUseUndef) in isUndefValue()