Searched refs:IsDefinedAfter (Results 1 – 3 of 3) sorted by relevance
278 bool HValue::IsDefinedAfter(HBasicBlock* other) const { in IsDefinedAfter() function in v8::internal::HValue
511 bool IsDefinedAfter(HBasicBlock* other) const;
1363 if (instr->OperandAt(i)->IsDefinedAfter(pre_header)) { in ProcessLoopBlock()