Searched refs:spliceEnd (Results 1 – 1 of 1) sorted by relevance
2135 InstrIterator spliceEnd; in migrateInstruction() local2142 spliceEnd = srcBlk->end(); in migrateInstruction()2148 spliceEnd = CFGTraits::getInstrPos(srcBlk, branchInstr); in migrateInstruction()2156 dstBlk->splice(insertPos, srcBlk, srcBlk->begin(), spliceEnd); in migrateInstruction()