Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64SIMDInstrOpt.cpp712 SmallVector<MachineInstr *, 8> RemoveMIs; in runOnMachineFunction() local
723 RemoveMIs.push_back(&MI); in runOnMachineFunction()
728 for (MachineInstr *MI : RemoveMIs) in runOnMachineFunction()