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";
510 // lattice value to overdefined, so that cycles will terminate and be
534 << "' - overdefined because inst def found.\n");
544 << "' - overdefined because inst def found.\n");
603 // value is overdefined.
627 // If we hit overdefined, exit early. The BlockVals entry is already set
628 // to overdefined.
631 << "' - overdefined because of pred.\n");
646 // Return the merged value, which is more precise than 'overdefined'.
669 // If we hit overdefined, exit early. The BlockVals entry is already set
670 // to overdefined.
673 << "' - overdefined because of pred.\n");
682 // Return the merged value, which is more precise than 'overdefined'.
757 // Unhandled instructions are overdefined.
760 << "' - overdefined because inst def found.\n");
924 // determine a value for before (i.e. were marked overdefined) may be possible
930 // for all values that were marked overdefined in OldSucc, and for those same
932 // also marked overdefined.
945 // visited will have had their overdefined
957 // If a value was marked overdefined in OldSucc, and is here too...