Searched refs:overdefined (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DLazyValueInfo.cpp73 /// overdefined - This value is not known to be constant, and we know that
75 overdefined enumerator in enum:__anon10083::LVILatticeVal::LatticeValueTy
109 bool isOverdefined() const { return Tag == overdefined; }
131 Tag = overdefined;
214 // move to overdefined.
240 // move to overdefined.
281 return OS << "overdefined";
514 // lattice value to overdefined, so that cycles will terminate and be
538 << "' - overdefined because inst def found.\n");
548 << "' - overdefined becaus
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DSCCP.cpp66 /// with another (different) constant, it goes to overdefined, instead of
70 /// overdefined - This instruction is not known to be constant, and we know
72 overdefined enumerator in enum:__anon10624::LatticeVal::LatticeValueTy
90 bool isOverdefined() const { return getLatticeValue() == overdefined; }
102 Val.setInt(overdefined);
119 "Cannot move from overdefined to constant!");
123 // Otherwise, we go to overdefined. Assumptions made based on the
126 Val.setInt(overdefined);
169 /// overdefined, it's entry is simply removed from this map.
190 /// The reason for two worklists is that overdefined i
[all...]

Completed in 71 milliseconds