Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SIMDInstrOpt.cpp713 SmallVector<MachineInstr *, 8> RemoveMIs; in runOnMachineFunction() local
724 RemoveMIs.push_back(&MI); in runOnMachineFunction()
729 for (MachineInstr *MI : RemoveMIs) in runOnMachineFunction()