Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelChangeObserver.h102 void MF_HandleRemoval(MachineInstr &MI) override { erasingInstr(MI); } in MF_HandleRemoval() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h464 virtual void MF_HandleRemoval(MachineInstr &MI) = 0;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp179 TheDelegate->MF_HandleRemoval(MI); in handleRemoval()
H A DPeepholeOptimizer.cpp294 void MF_HandleRemoval(MachineInstr &MI) override { in MF_HandleRemoval() function in __anon776574090111::PeepholeOptimizer
H A DMachineBasicBlock.cpp1132 void MF_HandleRemoval(MachineInstr &MI) override { in MF_HandleRemoval() function in SlotIndexUpdateDelegate