Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelChangeObserver.h101 void MF_HandleInsertion(MachineInstr &MI) override { createdInstr(MI); } in MF_HandleInsertion() function
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineFunction.h422 virtual void MF_HandleInsertion(MachineInstr &MI) = 0;
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineFunction.cpp172 TheDelegate->MF_HandleInsertion(MI); in handleInsertion()