Searched refs:new_mir (Results 1 – 2 of 2) sorted by relevance
1042 MIR* new_mir = *it; in AppendMIRList() local1045 InsertMIRListAfter(last_mir_insn, new_mir, new_mir); in AppendMIRList()1050 void BasicBlock::InsertMIRAfter(MIR* current_mir, MIR* new_mir) { in InsertMIRAfter() argument1051 InsertMIRListAfter(current_mir, new_mir, new_mir); in InsertMIRAfter()1100 void BasicBlock::InsertMIRBefore(MIR* current_mir, MIR* new_mir) { in InsertMIRBefore() argument1102 return InsertMIRListBefore(current_mir, new_mir, new_mir); in InsertMIRBefore()
424 void InsertMIRAfter(MIR* current_mir, MIR* new_mir);