Searched refs:current_mir (Results 1 – 2 of 2) sorted by relevance
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);