Searched refs:contInstr (Results 1 – 1 of 1) sorted by relevance
1879 InstrT *contInstr = CFGTraits::getContinueInstr(endBlk); in relocateLoopcontBlock() local1880 if (contInstr) { in relocateLoopcontBlock()1881 contInstr->eraseFromParent(); in relocateLoopcontBlock()3207 SmallVector<MachineInstr *, DEFAULT_VEC_SLOTS> contInstr; in wrapup() local3214 contInstr.push_back(pre); in wrapup()3221 for (unsigned i = 0; i < contInstr.size(); ++i) { in wrapup()3222 contInstr[i]->eraseFromParent(); in wrapup()