Home | History | Annotate | Download | only in src

Lines Matching refs:use_index

2004 use_index,
2010 next = use_value->block()->predecessors()->at(use_index)->end();
2037 use_value->SetOperandAt(use_index, new_value);
2048 int use_index = it.index();
2049 Representation req = use_value->RequiredInputRepresentation(use_index);
2051 InsertRepresentationChangeForUse(value, use_value, use_index, req);