Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
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()
194 if (LV == getUndefVal()) in PrintLatticeVal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DSparsePropagation.h59 LatticeVal getUndefVal() const { return UndefVal; } in getUndefVal() function
315 if (BCValue == LatticeFunc->getUndefVal()) in getFeasibleSuccessors()
354 if (SCValue == LatticeFunc->getUndefVal()) in getFeasibleSuccessors()