Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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 (auto *MI : ContInstr) in wrapup()