Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600MachineCFGStructurizer.cpp659 SmallVector<MachineInstr *, DEFAULT_VEC_SLOTS> ContInstr; in wrapup() local
666 ContInstr.push_back(&*Pre); in wrapup()
672 for (unsigned i = 0; i < ContInstr.size(); ++i) in wrapup()
673 ContInstr[i]->eraseFromParent(); in wrapup()