Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTfrCleanup.cpp77 bool eraseIfRedundant(MachineInstr *MI, SlotIndexes *Indexes);
241 bool HexagonTfrCleanup::eraseIfRedundant(MachineInstr *MI, in eraseIfRedundant() function in HexagonTfrCleanup
299 bool E = eraseIfRedundant(MI, Indexes); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp419 bool eraseIfRedundant(MachineInstr &Copy, MCRegister Src, MCRegister Def);
509 bool MachineCopyPropagation::eraseIfRedundant(MachineInstr &Copy, in eraseIfRedundant() function in MachineCopyPropagation
809 if (eraseIfRedundant(MI, Def, Src) || eraseIfRedundant(MI, Src, Def)) in ForwardCopyPropagateBlock()