Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64SIMDInstrOpt.cpp712 SmallVector<MachineInstr *, 8> RemoveMIs; in runOnMachineFunction() local
725 RemoveMIs.push_back(&MI); in runOnMachineFunction()
731 for (MachineInstr *MI : RemoveMIs) in runOnMachineFunction()