Home | History | Annotate | Download | only in verifier

Lines Matching refs:changed

1807   /* Begin by marking the first instruction as "changed". */
1811 /* Continue until no instructions are marked "changed". */
1834 // "changed" flags, we need to load the set of registers from the table.
1836 // situation where we have a stray "changed" flag set on an instruction that isn't a branch
1864 /* Clear "changed" and mark as visited. */
3459 /* update branch target, set "changed" if appropriate */
3596 // Merge registers into what we have for the next instruction, and set the "changed" flag if
3605 * prior state was. We have to assume that something has changed and re-evaluate it.
3782 // a class has changed, and will be flagged as an error in later checks.
4914 bool changed = true;
4919 * there's nothing to "merge". Copy the registers over and mark it as changed. (This is the
4938 changed = target_line->MergeRegisters(this, merge_line);
4942 if (kDebugVerify && changed) {
4949 if (update_merge_line && changed) {
4953 if (changed) {