Lines Matching defs:use
230 for (auto use : node->uses()) {
231 if (use->opcode() == IrOpcode::kProjection &&
232 ProjectionIndexOf(use->op()) == projection_index) {
233 return use;
250 Node* use = edge.from();
251 DCHECK_EQ(IrOpcode::kProjection, use->opcode());
252 projections[ProjectionIndexOf(use->op())] = use;
267 Node* use = edge.from();
269 switch (use->opcode()) {
300 projections[index] = use;
377 // We don't use ICs for the Array.prototype and the Object.prototype