Searched refs:InterferesWith (Results 1 – 3 of 3) sorted by relevance
23 return !move->IsEliminated() && move->source().InterferesWith(destination); in Blocks()160 if (other->source().InterferesWith(destination)) { in PerformMove()169 if (!other->source().InterferesWith(destination)) continue; in PerformMove()221 if (source.InterferesWith(other->source())) { in PerformMove()225 if (!source.InterferesWith(other->source())) continue; in PerformMove()228 } else if (destination.InterferesWith(other->source())) { in PerformMove()232 if (!destination.InterferesWith(other->source())) continue; in PerformMove()
68 bool InstructionOperand::InterferesWith(const InstructionOperand& other) const { in InterferesWith() function in v8::internal::compiler::InstructionOperand277 } else if (curr->destination().InterferesWith(move->destination())) { in PrepareInsertAfter()
123 bool InterferesWith(const InstructionOperand& other) const;