Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
DAMDILCFGStructurizer.cpp1635 InstrT *continueInstr = CFGTraits::getContinueInstr(dstBlk); in mergeLooplandBlock()
1864 if (endBlk == NULL || CFGTraits::getContinueInstr(endBlk) == NULL) in relocateLoopcontBlock()
1879 InstrT *contInstr = CFGTraits::getContinueInstr(endBlk); in relocateLoopcontBlock()
2957 static MachineInstr *getContinueInstr(MachineBasicBlock *blk) { in getContinueInstr() function