Searched refs:FPMover (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Sparc/
H A DFPMover.cpp1 //===-- FPMover.cpp - Sparc double-precision floating point move fixer ----===//
31 struct FPMover : public MachineFunctionPass { struct in namespace:__anon10461
38 explicit FPMover(TargetMachine &tm) function in struct:__anon10461::FPMover
48 char FPMover::ID = 0;
55 return new FPMover(tm);
85 bool FPMover::runOnMachineBasicBlock(MachineBasicBlock &MBB) {
117 DEBUG(errs() << "FPMover: the modified instr is: " << *MI);
122 DEBUG(errs() << "FPMover: the inserted instr is: " << *MI);
130 bool FPMover::runOnMachineFunction(MachineFunction &F) {

Completed in 69 milliseconds