Home
last modified time | relevance | path

Searched refs:IsIgnored (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dlithium.h62 bool IsIgnored() const { return kind() == INVALID; } in IsIgnored() function
234 return IsEliminated() || source_->Equals(destination_) || IsIgnored(); in IsRedundant()
237 bool IsIgnored() const { in IsIgnored() function
238 return destination_ != NULL && destination_->IsIgnored(); in IsIgnored()
Dlithium-allocator.cc166 return !spill_operand_->IsIgnored(); in HasAllocatedSpillOperand()
173 ASSERT(spill_operand_->IsIgnored()); in SetSpillOperand()
908 if (cur->IsIgnored()) continue; in ProcessInstructions()