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/
DGISelChangeObserver.h102 void MF_HandleRemoval(MachineInstr &MI) override { erasingInstr(MI); } in MF_HandleRemoval() function
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DMachineFunction.h429 virtual void MF_HandleRemoval(MachineInstr &MI) = 0;
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineFunction.cpp177 TheDelegate->MF_HandleRemoval(MI); in handleRemoval()