Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPreLegalizer.cpp784 SmallPtrSet<MachineInstr *, 8> ToEraseMI; in processSwitches() local
799 ToEraseMI.insert(Ins[i]); in processSwitches()
811 ToEraseMI.insert(Next); in processSwitches()
815 ToEraseMI.insert(Next); in processSwitches()
827 for (MachineInstr *BlockAddrI : ToEraseMI) { in processSwitches()