Searched refs:GetMirGraph (Results 1 - 4 of 4) sorted by relevance

/art/compiler/dex/
H A Dglobal_value_numbering.h61 MIRGraph* GetMirGraph() const { function in class:art::GlobalValueNumbering
128 return GetMirGraph()->GetGvnIFieldId(mir);
133 return GetMirGraph()->GetGvnSFieldId(mir);
138 return static_cast<uint16_t>(GetMirGraph()->GetIFieldLoweringInfo(field_id).MemAccessType());
143 return static_cast<uint16_t>(GetMirGraph()->GetSFieldLoweringInfo(field_id).MemAccessType());
H A Dlocal_value_numbering.h56 DCHECK(!gvn_->GetMirGraph()->GetRegLocation(s_reg).wide);
61 DCHECK(gvn_->GetMirGraph()->GetRegLocation(s_reg).wide);
127 DCHECK(!gvn_->GetMirGraph()->GetRegLocation(s_reg).wide);
133 DCHECK(!gvn_->GetMirGraph()->GetRegLocation(s_reg).wide);
139 DCHECK(gvn_->GetMirGraph()->GetRegLocation(s_reg).wide);
140 DCHECK(!gvn_->GetMirGraph()->GetRegLocation(s_reg).high_word);
146 DCHECK(gvn_->GetMirGraph()->GetRegLocation(s_reg).wide);
147 DCHECK(!gvn_->GetMirGraph()->GetRegLocation(s_reg).high_word);
H A Dlocal_value_numbering.cc528 ArenaBitVector* live_in_v = gvn_->GetMirGraph()->GetBasicBlock(id_)->data_flow_info->live_in_v;
531 bool live = live_in_v->IsBitSet(gvn_->GetMirGraph()->SRegToVReg(entry.first));
551 ArenaBitVector* live_in_v = gvn_->GetMirGraph()->GetBasicBlock(id_)->data_flow_info->live_in_v;
554 bool live_and_same = live_in_v->IsBitSet(gvn_->GetMirGraph()->SRegToVReg(entry.first));
1008 uint32_t vreg = gvn_->GetMirGraph()->GetFirstInVR();
1158 RegLocation raw_dest = gvn_->GetMirGraph()->GetRawDest(mir);
1210 RegLocation raw_dest = gvn_->GetMirGraph()->GetRawDest(mir);
1223 RegLocation raw_dest = gvn_->GetMirGraph()->GetRawDest(mir);
1299 const MirFieldInfo& field_info = gvn_->GetMirGraph()->GetIFieldLoweringInfo(mir);
1337 const MirFieldInfo& field_info = gvn_->GetMirGraph()
[all...]
H A Dgvn_dead_code_elimination.cc448 mir_graph_(gvn_->GetMirGraph()),
1044 RegLocation raw_dest = gvn_->GetMirGraph()->GetRawDest(mir);

Completed in 97 milliseconds