Home | History | Annotate | Download | only in src

Lines Matching refs:unalloc

90     LUnallocated* unalloc = LUnallocated::cast(operand_);
91 requires_reg_ = unalloc->HasRegisterPolicy();
92 register_beneficial_ = !unalloc->HasAnyPolicy();
262 LUnallocated* unalloc = new LUnallocated(LUnallocated::NONE);
263 unalloc->set_virtual_register(id_);
264 op = unalloc;
1022 LUnallocated* unalloc = new LUnallocated(LUnallocated::NONE);
1023 unalloc->set_virtual_register(op->id());
1024 operand = unalloc;