Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DSparsePropagation.h413 LatticeVal Overdefined = LatticeFunc->getOverdefinedVal(); in visitPHINode() local
416 if (PNIV == Overdefined || PNIV == LatticeFunc->getUntrackedVal()) in visitPHINode()
422 UpdateState(Key, Overdefined); in visitPHINode()
440 if (PNIV == Overdefined) in visitPHINode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DCalledValuePropagation.cpp61 enum CVPLatticeStateTy { Undefined, FunctionSet, Overdefined, Untracked }; enumerator
120 CVPLatticeVal(CVPLatticeVal::Overdefined), in CVPLatticeFunc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp193 enum { Overdefined = -3, Undefined = -2 }; in foldCmpLoadFromIndexedGlobal() enumerator
266 SecondTrueElement = Overdefined; in foldCmpLoadFromIndexedGlobal()
272 TrueRangeEnd = Overdefined; in foldCmpLoadFromIndexedGlobal()
283 SecondFalseElement = Overdefined; in foldCmpLoadFromIndexedGlobal()
289 FalseRangeEnd = Overdefined; in foldCmpLoadFromIndexedGlobal()
300 if ((i & 8) == 0 && i >= 64 && SecondTrueElement == Overdefined && in foldCmpLoadFromIndexedGlobal()
301 SecondFalseElement == Overdefined && TrueRangeEnd == Overdefined && in foldCmpLoadFromIndexedGlobal()
302 FalseRangeEnd == Overdefined) in foldCmpLoadFromIndexedGlobal()
322 if (SecondTrueElement != Overdefined) { in foldCmpLoadFromIndexedGlobal()
342 if (SecondFalseElement != Overdefined) { in foldCmpLoadFromIndexedGlobal()
[all …]