Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineFunction.h502 void handleInsertion(MachineInstr &MI);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineFunction.cpp172 void MachineFunction::handleInsertion(MachineInstr &MI) { in handleInsertion() function in MachineFunction
HDMachineBasicBlock.cpp158 MF->handleInsertion(*N); in addNodeToList()