Home
last modified time | relevance | path

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

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