Home
last modified time | relevance | path

Searched defs:getMF (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunctionAnalysis.h39 MachineFunction &getMF() { return *MF; }; in getMF() function
H A DMachineOutliner.h140 MachineFunction *getMF() const { return MBB->getParent(); } getMF() function
H A DRDFGraph.h694 MachineFunction &getMF() const { return MF; } in getMF() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h276 MachineFunction &getMF() { in getMF() function
281 const MachineFunction &getMF() const { in getMF() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp747 const MachineFunction *MachineInstr::getMF() const { in getMF() function in MachineInstr