Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFunction.h409 void handleInsertion(MachineInstr &MI);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunction.cpp143 void MachineFunction::handleInsertion(MachineInstr &MI) { in handleInsertion() function in MachineFunction
DMachineBasicBlock.cpp118 MF->handleInsertion(*N); in addNodeToList()