Searched defs:contInstr (Results 1 - 2 of 2) sorted by relevance

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

Completed in 803 milliseconds