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