Lines Matching refs:MIRGraph

31 const uint64_t MIRGraph::oat_data_flow_attributes_[kMirOpLast] = {
911 void MIRGraph::HandleLiveInUse(ArenaBitVector* use_v, ArenaBitVector* def_v, in HandleLiveInUse()
920 void MIRGraph::HandleDef(ArenaBitVector* def_v, int dalvik_reg_id) { in HandleDef()
924 void MIRGraph::HandleExtended(ArenaBitVector* use_v, ArenaBitVector* def_v, in HandleExtended()
985 bool MIRGraph::FindLocalLiveIn(BasicBlock* bb) { in FindLocalLiveIn()
1045 int MIRGraph::AddNewSReg(int v_reg) { in AddNewSReg()
1062 void MIRGraph::HandleSSAUse(int* uses, int dalvik_reg, int reg_index) { in HandleSSAUse()
1068 void MIRGraph::HandleSSADef(int* defs, int dalvik_reg, int reg_index) { in HandleSSADef()
1075 void MIRGraph::AllocateSSAUseData(MIR *mir, int num_uses) { in AllocateSSAUseData()
1083 void MIRGraph::AllocateSSADefData(MIR *mir, int num_defs) { in AllocateSSADefData()
1092 void MIRGraph::DataFlowSSAFormat35C(MIR* mir) { in DataFlowSSAFormat35C()
1105 void MIRGraph::DataFlowSSAFormat3RC(MIR* mir) { in DataFlowSSAFormat3RC()
1117 void MIRGraph::DataFlowSSAFormatExtended(MIR* mir) { in DataFlowSSAFormatExtended()
1187 bool MIRGraph::DoSSAConversion(BasicBlock* bb) { in DoSSAConversion()
1323 void MIRGraph::InitializeBasicBlockDataFlow() { in InitializeBasicBlockDataFlow()
1340 void MIRGraph::CompilerInitializeSSAConversion() { in CompilerInitializeSSAConversion()
1385 uint32_t MIRGraph::GetUseCountWeight(BasicBlock* bb) const { in GetUseCountWeight()
1397 void MIRGraph::CountUses(BasicBlock* bb) { in CountUses()
1415 bool MIRGraph::VerifyPredInfo(BasicBlock* bb) { in VerifyPredInfo()
1445 void MIRGraph::VerifyDataflow() { in VerifyDataflow()