Searched refs:insert_after (Results 1 – 2 of 2) sorted by relevance
1054 void BasicBlock::InsertMIRListAfter(MIR* insert_after, MIR* first_list_mir, MIR* last_list_mir) { in InsertMIRListAfter() argument1061 if (insert_after == nullptr) { in InsertMIRListAfter()1066 MIR* after_list = insert_after->next; in InsertMIRListAfter()1067 insert_after->next = first_list_mir; in InsertMIRListAfter()
425 void InsertMIRListAfter(MIR* insert_after, MIR* first_list_mir, MIR* last_list_mir);