Searched refs:inst_it (Results 1 – 1 of 1) sorted by relevance
300 for (std::vector<InstructionNode*>::iterator inst_it = instructions->begin(); in ConvertToSSA() local301 inst_it != instructions->end(); inst_it++) { in ConvertToSSA()302 std::vector<int> used_regs = (*inst_it)->GetUses(); in ConvertToSSA()309 const int reg_def = (*inst_it)->GetResultRegister(); in ConvertToSSA()481 for (std::vector<InstructionNode*>::const_iterator inst_it = instructions_.begin(); in ComputeDownExposedDefs() local482 inst_it != instructions_.end(); inst_it++) { in ComputeDownExposedDefs()483 int reg_no = (*inst_it)->GetResultRegister(); in ComputeDownExposedDefs()486 de_defs_.insert(std::pair<int, InstructionNode*>(reg_no, *inst_it)); in ComputeDownExposedDefs()488 res->second = *inst_it; in ComputeDownExposedDefs()