Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp126 return getUndefVal(); in ComputeLatticeVal()
129 return getUndefVal(); in ComputeLatticeVal()
141 return getUndefVal(); in ComputeLatticeVal()
154 if (X == getUndefVal() && Y == getUndefVal()) in MergeValues()
155 return getUndefVal(); in MergeValues()
191 if (LV == getUndefVal()) in PrintLatticeVal()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DSparsePropagation.h59 LatticeVal getUndefVal() const { return UndefVal; } in getUndefVal() function
315 if (BCValue == LatticeFunc->getUndefVal()) in getFeasibleSuccessors()
354 if (SCValue == LatticeFunc->getUndefVal()) in getFeasibleSuccessors()