Searched refs:RemoveMIRList (Results 1 – 2 of 2) sorted by relevance
430 bool RemoveMIRList(MIR* first_list_mir, MIR* last_list_mir);
1151 return RemoveMIRList(mir, mir); in RemoveMIR()1154 bool BasicBlock::RemoveMIRList(MIR* first_list_mir, MIR* last_list_mir) { in RemoveMIRList() function in art::BasicBlock