Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp127 return getUndefVal(); in ComputeLatticeVal()
130 return getUndefVal(); in ComputeLatticeVal()
142 return getUndefVal(); in ComputeLatticeVal()
155 if (X == getUndefVal() && Y == getUndefVal()) in MergeValues()
156 return getUndefVal(); in MergeValues()
192 if (LV == getUndefVal()) in PrintLatticeVal()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSparsePropagation.h61 LatticeVal getUndefVal() const { return UndefVal; } in getUndefVal() function
317 if (BCValue == LatticeFunc->getUndefVal()) in getFeasibleSuccessors()
356 if (SCValue == LatticeFunc->getUndefVal()) in getFeasibleSuccessors()