Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DSparsePropagation.h415 LatticeVal Overdefined = LatticeFunc->getOverdefinedVal(); in visitPHINode() local
418 if (PNIV == Overdefined || PNIV == LatticeFunc->getUntrackedVal()) in visitPHINode()
424 UpdateState(Key, Overdefined); in visitPHINode()
442 if (PNIV == Overdefined) in visitPHINode()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp63 enum CVPLatticeStateTy { Undefined, FunctionSet, Overdefined, Untracked }; enumerator
121 CVPLatticeVal(CVPLatticeVal::Overdefined), in CVPLatticeFunc()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp158 enum { Overdefined = -3, Undefined = -2 }; in foldCmpLoadFromIndexedGlobal() enumerator
234 SecondTrueElement = Overdefined; in foldCmpLoadFromIndexedGlobal()
240 TrueRangeEnd = Overdefined; in foldCmpLoadFromIndexedGlobal()
251 SecondFalseElement = Overdefined; in foldCmpLoadFromIndexedGlobal()
257 FalseRangeEnd = Overdefined; in foldCmpLoadFromIndexedGlobal()
269 SecondFalseElement == Overdefined && TrueRangeEnd == Overdefined && in foldCmpLoadFromIndexedGlobal()
270 FalseRangeEnd == Overdefined) in foldCmpLoadFromIndexedGlobal()
308 if (SecondTrueElement != Overdefined) { in foldCmpLoadFromIndexedGlobal()
329 if (SecondFalseElement != Overdefined) { in foldCmpLoadFromIndexedGlobal()
350 if (TrueRangeEnd != Overdefined) { in foldCmpLoadFromIndexedGlobal()
[all …]