Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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()
193 if (LV == getUndefVal()) in PrintLatticeVal()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DSparsePropagation.h60 LatticeVal getUndefVal() const { return UndefVal; } in getUndefVal() function
316 if (BCValue == LatticeFunc->getUndefVal()) in getFeasibleSuccessors()
359 if (SCValue == LatticeFunc->getUndefVal()) in getFeasibleSuccessors()