Lines Matching refs:changed
93 * requires further attention ("visited" is set and "changed" is
108 * If a block is marked "changed", we stop and handle it. If it
110 * for one that has been changed.
114 * required (both by using "changed" as a work list, and by picking
118 assert(startGuess->changed);
126 if (block->changed) {
140 assert(workBlock->changed || !workBlock->visited);
198 workBlock->changed = false;
206 * the old bits, set the "changed" flag.
216 pred->changed = dvmCheckMergeBitVectors(pred->liveRegs, workBits);
219 curIdx, pred->lastAddr, pred->changed);
225 * We want to set the "changed" flag on unvisited predecessors
228 * changing, so we force "changed" to true even if it hasn't.
231 pred->changed = true;
234 * Keep track of one of the changed blocks so we can start
237 if (pred->changed)