Searched refs:other_load (Results 1 – 2 of 2) sorted by relevance
217 Node* other_load = t.NewNode(t.javascript()->LoadContext(0, slot, true), in TEST() local219 Node* effect_use = other_load; in TEST()221 t.NewNode(t.simplified()->ChangeTaggedToInt32(), other_load); in TEST()224 param_context, other_load, start); in TEST()242 CHECK_EQ(other_load, other_use->InputAt(0)); in TEST()
6638 HLoadKeyed* other_load = HLoadKeyed::cast(other); in DECLARE_CONCRETE_INSTRUCTION() local6640 if (IsDehoisted() && base_offset() != other_load->base_offset()) in DECLARE_CONCRETE_INSTRUCTION()6642 return elements_kind() == other_load->elements_kind(); in DECLARE_CONCRETE_INSTRUCTION()