Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp128 return getUndefVal(); in ComputeLatticeVal()
131 return getUndefVal(); in ComputeLatticeVal()
143 return getUndefVal(); in ComputeLatticeVal()
156 if (X == getUndefVal() && Y == getUndefVal()) in MergeValues()
157 return getUndefVal(); in MergeValues()
193 if (LV == getUndefVal()) in PrintLatticeVal()
/freebsd/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()