Searched refs:ComputeSuccLineIn (Results 1 – 2 of 2) sorted by relevance
/art/compiler/dex/ |
D | ssa_transformation.cc | 438 void MIRGraph::ComputeSuccLineIn(ArenaBitVector* dest, const ArenaBitVector* src1, in ComputeSuccLineIn() function in art::MIRGraph 469 ComputeSuccLineIn(temp_dalvik_register_v, bb_taken->data_flow_info->live_in_v, in ComputeBlockLiveIns() 472 ComputeSuccLineIn(temp_dalvik_register_v, bb_fall_through->data_flow_info->live_in_v, in ComputeBlockLiveIns() 483 ComputeSuccLineIn(temp_dalvik_register_v, succ_bb->data_flow_info->live_in_v, in ComputeBlockLiveIns()
|
D | mir_graph.h | 1082 void ComputeSuccLineIn(ArenaBitVector* dest, const ArenaBitVector* src1,
|