Home
last modified time | relevance | path

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

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