Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp129 return getUndefVal(); in ComputeLatticeVal()
132 return getUndefVal(); in ComputeLatticeVal()
144 return getUndefVal(); in ComputeLatticeVal()
157 if (X == getUndefVal() && Y == getUndefVal()) in MergeValues()
158 return getUndefVal(); in MergeValues()
194 if (LV == getUndefVal()) in PrintLatticeVal()
/openbsd-src/gnu/llvm/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()