Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h502 void handleInsertion(MachineInstr &MI);
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp172 void MachineFunction::handleInsertion(MachineInstr &MI) { in handleInsertion() function in MachineFunction
H A DMachineBasicBlock.cpp158 MF->handleInsertion(*N); in addNodeToList()