HomeSort by relevance Sort by last modified time
    Searched refs:overdefined (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 74 /// overdefined - This value is not known to be constant, and we know that
76 overdefined enumerator in enum:__anon30297::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 because inst def found.\n")
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 67 /// 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:__anon30931::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 is the lowest stat
    [all...]

Completed in 134 milliseconds