Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
DAMDILCFGStructurizer.cpp1879 InstrT *contInstr = CFGTraits::getContinueInstr(endBlk); in relocateLoopcontBlock() local
1880 if (contInstr) { in relocateLoopcontBlock()
1881 contInstr->eraseFromParent(); in relocateLoopcontBlock()
3207 SmallVector<MachineInstr *, DEFAULT_VEC_SLOTS> contInstr; in wrapup() local
3214 contInstr.push_back(pre); in wrapup()
3221 for (unsigned i = 0; i < contInstr.size(); ++i) { in wrapup()
3222 contInstr[i]->eraseFromParent(); in wrapup()