Home | History | Annotate | Download | only in Analysis

Lines Matching full:overdefined

73     /// overdefined - This value is not known to be constant, and we know that
75 overdefined
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 because inst def found.\n");
611 // value is overdefined.
635 // If we hit overdefined, exit early. The BlockVals entry is already set
636 // to overdefined.
639 << "' - overdefined because of pred.\n");
654 // Return the merged value, which is more precise than 'overdefined'.
677 // If we hit overdefined, exit early. The BlockVals entry is already set
678 // to overdefined.
681 << "' - overdefined because of pred.\n");
690 // Return the merged value, which is more precise than 'overdefined'.
765 // Unhandled instructions are overdefined.
768 << "' - overdefined because inst def found.\n");
944 overdefined) may be possible
950 // for all values that were marked overdefined in OldSucc, and for those same
952 // also marked overdefined.
965 // visited will have had their overdefined markers cleared already, and we
977 // If a value was marked overdefined in OldSucc, and is here too...