Searched refs:instrIt (Results 1 – 1 of 1) sorted by relevance
302 auto instrIt = instructions.begin(); in MergeInstructions() local306 if (instrIt == instructions.end() || in MergeInstructions()307 (*extraIt)->offset == (*instrIt)->offset) { in MergeInstructions()308 instructions.insert(instrIt, *extraIt); in MergeInstructions()311 ++instrIt; in MergeInstructions()