Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64SIMDInstrOpt.cpp710 SmallVector<MachineInstr *, 8> RemoveMIs; in runOnMachineFunction() local
723 RemoveMIs.push_back(&MI); in runOnMachineFunction()
729 for (MachineInstr *MI : RemoveMIs) in runOnMachineFunction()