Lines Matching refs:allocated
19 bool allocated)
23 allocated_(allocated),
36 // Get a member of the register's equivalence set that is allocated.
37 // Returns itself if allocated, and nullptr if there is no unallocated
70 bool allocated() const { return allocated_; }
71 void set_allocated(bool allocated) { allocated_ = allocated; }
144 if (visitor->allocated()) {
189 if (visitor->allocated() &&
267 } else if (reg_info->allocated() && !reg_info->materialized()) {
294 if (equivalent->allocated() && !equivalent->materialized()) {