Searched refs:Id (Results 1 – 11 of 11) sorted by relevance
42 return GetBlock(region->Id()); in GetBlock()50 AddBlock(region->Id(), block); in AddBlock()60 return GetValue(instruction->Id()); in GetValue()68 AddValue(instruction->Id(), value); in AddValue()
69 const Type* param_type = graph->ti_->type_data_.FindTypeOf((*param_iterator)->Id()); in Visit()
126 BasicBlock* pred_bb = mir_graph_->GetBasicBlock(merge_lvns_[0]->Id()); in PrepareBasicBlock()141 DCHECK_EQ(bb->id, work_lvn_->Id()); in FinishBasicBlock()203 const BasicBlock* pred_bb = mir_graph_->GetBasicBlock(pred_lvn->Id()); in NullCheckedInAllPredecessors()204 if (!HasNullCheckLastInsn(pred_bb, work_lvn_->Id())) { in NullCheckedInAllPredecessors()
41 BasicBlockId Id() const { in Id() function
455 const BasicBlock* bb = gvn_->GetBasicBlock(lvn->Id()); in PruneNonAliasingRefsForCatch()1047 while (incoming[pos] != lvn->Id()) { in HandlePhi()
56 int Id() const { in Id() function
60 << " used in instruction " << Id() << " not found."; in RenameToSSA()
120 td.SetTypeOf(short_inst->Id(), short_type); in TEST_F()121 td.SetTypeOf(int_inst->Id(), int_type); in TEST_F()
173 const Type* old_type = type_data_.FindTypeOf((*instruction_it)->Id()); in ComputeTypes()177 type_data_.SetTypeOf((*instruction_it)->Id(), new_type); in ComputeTypes()
77 const Type* source_type = type_data_->FindTypeOf((*cit)->Id()); in GetOperandTypes()
54 art::SafeMap<int, const Type*>::const_iterator type_it = types_->find(def_it->second->Id()); in ToDotSSAEdges()86 art::SafeMap<int, const Type*>::const_iterator type_it = types_->find((*def_it)->Id()); in ToDotSSAEdges()