Searched refs:operands_map_ (Results 1 – 2 of 2) sorted by relevance
84 operands_map_(zone) { in InstructionScheduler()97 DCHECK(operands_map_.empty()); in StartBlock()188 auto it = operands_map_.find(vreg); in AddInstruction()189 if (it != operands_map_.end()) { in AddInstruction()199 operands_map_[UnallocatedOperand::cast(output)->virtual_register()] = in AddInstruction()202 operands_map_[ConstantOperand::cast(output)->virtual_register()] = in AddInstruction()249 operands_map_.clear(); in Schedule()
244 ZoneMap<int32_t, ScheduleGraphNode*> operands_map_; variable