Home
last modified time | relevance | path

Searched refs:spliceEnd (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
DAMDILCFGStructurizer.cpp2135 InstrIterator spliceEnd; in migrateInstruction() local
2142 spliceEnd = srcBlk->end(); in migrateInstruction()
2148 spliceEnd = CFGTraits::getInstrPos(srcBlk, branchInstr); in migrateInstruction()
2156 dstBlk->splice(insertPos, srcBlk, srcBlk->begin(), spliceEnd); in migrateInstruction()