Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DSparsePropagation.cpp115 return getUndefVal(); in ComputeLatticeVal()
127 if (X == getUndefVal() && Y == getUndefVal()) in MergeValues()
128 return getUndefVal(); in MergeValues()
129 if (X == getUndefVal()) in MergeValues()
131 if (Y == getUndefVal()) in MergeValues()
/llvm-project-15.0.7/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()