Home
last modified time | relevance | path

Searched refs:InterferesWith (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dgap-resolver.cc23 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()
Dinstruction.cc68 bool InstructionOperand::InterferesWith(const InstructionOperand& other) const { in InterferesWith() function in v8::internal::compiler::InstructionOperand
277 } else if (curr->destination().InterferesWith(move->destination())) { in PrepareInsertAfter()
Dinstruction.h123 bool InterferesWith(const InstructionOperand& other) const;