Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:MachineFunction

18 #include "llvm/CodeGen/MachineFunction.h"
65 bool runOnMachineFunction(MachineFunction &MF) override {
181 void InsertVRSaveCode(MachineFunction &MF);
204 void PPCDAGToDAGISel::InsertVRSaveCode(MachineFunction &Fn) {
249 for (MachineFunction::iterator BB = Fn.begin(), E = Fn.end(); BB != E; ++BB) {