Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h503 void handleRemoval(MachineInstr &MI);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp177 void MachineFunction::handleRemoval(MachineInstr &MI) { in handleRemoval() function in MachineFunction
H A DMachineBasicBlock.cpp168 MF->handleRemoval(*N); in removeNodeFromList()