Lines Matching refs:changes
152 void HInstructionMap::Kill(SideEffects changes) {
153 if (!present_depends_on_.ContainsAnyOf(changes)) return;
165 if (depends_on.ContainsAnyOf(changes)) {
182 if (depends_on.ContainsAnyOf(changes)) { // Drop it.
578 os << "Try loop invariant motion for " << *block << " changes "
604 SideEffects changes = side_effects_tracker_.ComputeChanges(instr);
609 << instr->Mnemonic() << ") changes " << Print(changes)
610 << ", depends on " << Print(depends_on) << ". Loop changes "
834 SideEffects changes = side_effects_tracker_.ComputeChanges(instr);
835 if (!changes.IsEmpty()) {
838 map->Kill(changes);
839 dominators->Store(changes, instr);
842 os << "Instruction i" << instr->id() << " changes " << Print(changes)