Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
DAMDILCFGStructurizer.cpp1862 BlockT *endBlk = singlePathEnd(exitBlk, exitLandBlk); in relocateLoopcontBlock() local
1864 if (endBlk == NULL || CFGTraits::getContinueInstr(endBlk) == NULL) in relocateLoopcontBlock()
1867 endBlkSet.insert(endBlk); in relocateLoopcontBlock()
1878 BlockT *endBlk = *iter; in relocateLoopcontBlock() local
1879 InstrT *contInstr = CFGTraits::getContinueInstr(endBlk); in relocateLoopcontBlock()
1883 endBlk->addSuccessor(newBlk); in relocateLoopcontBlock()
1886 << endBlk->getNumber() << " successors\n"; in relocateLoopcontBlock()