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