Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineFunction.h434 void handleInsertion(MachineInstr &MI);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunction.cpp145 void MachineFunction::handleInsertion(MachineInstr &MI) { in handleInsertion() function in MachineFunction
H A DMachineBasicBlock.cpp158 MF->handleInsertion(*N); in addNodeToList()