Searched refs:eraseIfRedundant (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonTfrCleanup.cpp | 77 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 D | MachineCopyPropagation.cpp | 419 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()
|