Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineOutliner.h109 MachineFunction *getMF() const { return MBB->getParent(); } in getMF() function
H A DRDFGraph.h661 MachineFunction &getMF() const { return MF; } in getMF() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h270 MachineFunction &getMF() { in getMF() function
275 const MachineFunction &getMF() const { in getMF() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineInstr.cpp663 const MachineFunction *MachineInstr::getMF() const { in getMF() function in MachineInstr