Home
last modified time | relevance | path

Searched refs:kIsDead (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/crankshaft/
Dhydrogen-redundant-phi.cc48 if (phi->CheckFlag(HValue::kIsDead)) continue; // Already replaced. in ProcessPhis()
52 phi->SetFlag(HValue::kIsDead); in ProcessPhis()
57 updated |= value->IsPhi() && !value->CheckFlag(HValue::kIsDead); in ProcessPhis()
Dhydrogen-store-elimination.cc38 if (instr->CheckFlag(HValue::kIsDead)) continue; in Run()
Dhydrogen-check-elimination.cc388 instr->SetFlag(HValue::kIsDead); in ReduceCheckMaps()
422 check->ClearFlag(HValue::kIsDead); in ReduceCheckMaps()
Dhydrogen-instructions.cc353 while (tail_ != NULL && tail_->value()->CheckFlag(HValue::kIsDead)) { in tail()
540 SetFlag(kIsDead); in Kill()
545 if (first != NULL && first->value()->CheckFlag(kIsDead)) { in Kill()
657 if (CheckFlag(HValue::kIsDead)) os << " [dead]"; in PrintTo()
Dhydrogen-instructions.h422 kIsDead, enumerator
Dhydrogen.cc841 constant->ClearFlag(HValue::kIsDead); in ReinsertConstantIfNecessary()
4121 if (instruction->CheckFlag(HValue::kIsDead)) { in RestoreActualValues()