Use               472 src/arm/lithium-arm.cc   return Use(value, ToUnallocated(fixed_register));
Use               477 src/arm/lithium-arm.cc   return Use(value, ToUnallocated(reg));
Use               482 src/arm/lithium-arm.cc   return Use(value, new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
Use               487 src/arm/lithium-arm.cc   return Use(value,
Use               494 src/arm/lithium-arm.cc   return Use(value, new(zone()) LUnallocated(LUnallocated::WRITABLE_REGISTER));
Use               499 src/arm/lithium-arm.cc   return Use(value, new(zone()) LUnallocated(LUnallocated::NONE));
Use               504 src/arm/lithium-arm.cc   return Use(value, new(zone()) LUnallocated(LUnallocated::NONE,
Use               512 src/arm/lithium-arm.cc       : Use(value);
Use               540 src/arm/lithium-arm.cc       :  Use(value, new(zone()) LUnallocated(LUnallocated::ANY));
Use               980 src/arm/lithium-arm.cc   LOperand* argument = Use(instr->argument());
Use              1457 src/arm/lithium-arm.cc   return new(zone()) LIsSmiAndBranch(Use(instr->value()));
Use              1641 src/arm/lithium-arm.cc       LOperand* value = Use(instr->value());
Use              2291 src/arm/lithium-arm.h   MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand);
Use              2311 src/arm/lithium-arm.h   MUST_USE_RESULT LOperand* Use(HValue* value);
Use               492 src/ia32/lithium-ia32.cc   return Use(value, ToUnallocated(fixed_register));
Use               497 src/ia32/lithium-ia32.cc   return Use(value, ToUnallocated(reg));
Use               502 src/ia32/lithium-ia32.cc   return Use(value, new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
Use               507 src/ia32/lithium-ia32.cc   return Use(value,
Use               514 src/ia32/lithium-ia32.cc   return Use(value, new(zone()) LUnallocated(LUnallocated::WRITABLE_REGISTER));
Use               519 src/ia32/lithium-ia32.cc   return Use(value, new(zone()) LUnallocated(LUnallocated::NONE));
Use               524 src/ia32/lithium-ia32.cc   return Use(value, new(zone()) LUnallocated(LUnallocated::NONE,
Use               532 src/ia32/lithium-ia32.cc       : Use(value);
Use               560 src/ia32/lithium-ia32.cc       :  Use(value, new(zone()) LUnallocated(LUnallocated::ANY));
Use               962 src/ia32/lithium-ia32.cc   return DefineAsRegister(new(zone()) LArgumentsLength(Use(length->value())));
Use              1499 src/ia32/lithium-ia32.cc   return new(zone()) LIsSmiAndBranch(Use(instr->value()));
Use              1688 src/ia32/lithium-ia32.cc           new(zone()) LInteger32ToDouble(Use(instr->value())));
Use              2234 src/ia32/lithium-ia32.cc   LOperand* index = Use(instr->index());
Use              2391 src/ia32/lithium-ia32.h   MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand);
Use              2411 src/ia32/lithium-ia32.h   MUST_USE_RESULT LOperand* Use(HValue* value);
Use               931 src/lithium-allocator.cc         Use(block_start_position, curr_position, from, hint);
Use               984 src/lithium-allocator.cc           Use(block_start_position, use_pos, input, NULL);
Use              1001 src/lithium-allocator.cc           Use(block_start_position, curr_position.InstructionEnd(), temp, NULL);
Use               511 src/lithium-allocator.h   void Use(LifetimePosition block_start,
Use               472 src/mips/lithium-mips.cc   return Use(value, ToUnallocated(fixed_register));
Use               477 src/mips/lithium-mips.cc   return Use(value, ToUnallocated(reg));
Use               482 src/mips/lithium-mips.cc   return Use(value, new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
Use               487 src/mips/lithium-mips.cc   return Use(value,
Use               494 src/mips/lithium-mips.cc   return Use(value, new(zone()) LUnallocated(LUnallocated::WRITABLE_REGISTER));
Use               499 src/mips/lithium-mips.cc   return Use(value, new(zone()) LUnallocated(LUnallocated::NONE));
Use               504 src/mips/lithium-mips.cc   return Use(value, new(zone()) LUnallocated(LUnallocated::NONE,
Use               512 src/mips/lithium-mips.cc       : Use(value);
Use               540 src/mips/lithium-mips.cc       :  Use(value, new(zone()) LUnallocated(LUnallocated::ANY));
Use               979 src/mips/lithium-mips.cc   LOperand* argument = Use(instr->argument());
Use              1394 src/mips/lithium-mips.cc   return new(zone()) LIsSmiAndBranch(Use(instr->value()));
Use              1578 src/mips/lithium-mips.cc       LOperand* value = Use(instr->value());
Use              2253 src/mips/lithium-mips.h   MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand);
Use              2273 src/mips/lithium-mips.h   MUST_USE_RESULT LOperand* Use(HValue* value);
Use               475 src/x64/lithium-x64.cc   return Use(value, ToUnallocated(fixed_register));
Use               480 src/x64/lithium-x64.cc   return Use(value, ToUnallocated(reg));
Use               485 src/x64/lithium-x64.cc   return Use(value, new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
Use               490 src/x64/lithium-x64.cc   return Use(value,
Use               497 src/x64/lithium-x64.cc   return Use(value, new(zone()) LUnallocated(LUnallocated::WRITABLE_REGISTER));
Use               502 src/x64/lithium-x64.cc   return Use(value, new(zone()) LUnallocated(LUnallocated::NONE));
Use               507 src/x64/lithium-x64.cc   return Use(value, new(zone()) LUnallocated(LUnallocated::NONE,
Use               515 src/x64/lithium-x64.cc       : Use(value);
Use               543 src/x64/lithium-x64.cc       :  Use(value, new(zone()) LUnallocated(LUnallocated::ANY));
Use               935 src/x64/lithium-x64.cc   return DefineAsRegister(new(zone()) LArgumentsLength(Use(length->value())));
Use              1441 src/x64/lithium-x64.cc   return new(zone()) LIsSmiAndBranch(Use(instr->value()));
Use              1537 src/x64/lithium-x64.cc   LOperand* length = Use(instr->length());
Use              1614 src/x64/lithium-x64.cc       LOperand* value = Use(instr->value());
Use              2117 src/x64/lithium-x64.cc   LOperand* index = Use(instr->index());
Use              2244 src/x64/lithium-x64.h   MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand);
Use              2264 src/x64/lithium-x64.h   MUST_USE_RESULT LOperand* Use(HValue* value);
Use               644 tools/gcmole/gcmole.cc     return Use(expr, expr->getType(), THIS, env);
Use               768 tools/gcmole/gcmole.cc     return Use(expr, expr->getDecl(), env);
Use               772 tools/gcmole/gcmole.cc     return Use(expr, expr->getDecl(), env);
Use               822 tools/gcmole/gcmole.cc     return Use(parent, var->getType(), var->getNameAsString(), env);