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

/external/llvm/lib/Analysis/
H A DLazyValueInfo.cpp74 /// overdefined - This value is not known to be constant, and we know that
76 overdefined enumerator in enum:__anon25686::LVILatticeVal::LatticeValueTy
110 bool isOverdefined() const { return Tag == overdefined; }
132 Tag = overdefined;
215 // move to overdefined.
241 // move to overdefined.
282 return OS << "overdefined";
515 // lattice value to overdefined, so that cycles will terminate and be
539 << "' - overdefined because inst def found.\n");
549 << "' - overdefined becaus
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp67 /// with another (different) constant, it goes to overdefined, instead of
71 /// overdefined - This instruction is not known to be constant, and we know
73 overdefined enumerator in enum:__anon26320::LatticeVal::LatticeValueTy
91 bool isOverdefined() const { return getLatticeValue() == overdefined; }
103 Val.setInt(overdefined);
120 "Cannot move from overdefined to constant!");
124 // Otherwise, we go to overdefined. Assumptions made based on the
127 Val.setInt(overdefined);
170 /// overdefined, it's entry is simply removed from this map.
191 /// The reason for two worklists is that overdefined i
[all...]

Completed in 89 milliseconds