Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelChangeObserver.h102 void MF_HandleRemoval(MachineInstr &MI) override { erasingInstr(MI); } in MF_HandleRemoval() function
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineFunction.h429 virtual void MF_HandleRemoval(MachineInstr &MI) = 0;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineFunction.cpp177 TheDelegate->MF_HandleRemoval(MI); in handleRemoval()