Searched refs:ContInstr (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/R600/
H A DAMDILCFGStructurizer.cpp723 SmallVector<MachineInstr *, DEFAULT_VEC_SLOTS> ContInstr; local
730 ContInstr.push_back(Pre);
736 for (unsigned i = 0; i < ContInstr.size(); ++i)
737 ContInstr[i]->eraseFromParent();

Completed in 135 milliseconds