Searched refs:PPCBSel (Results 1 – 1 of 1) sorted by relevance
38 struct PPCBSel : public MachineFunctionPass { struct40 PPCBSel() : MachineFunctionPass(ID) {} in PPCBSel() argument66 char PPCBSel::ID = 0;69 INITIALIZE_PASS(PPCBSel, "ppc-branch-select", "PowerPC Branch Selector",76 return new PPCBSel(); in createPPCBranchSelectionPass()81 unsigned PPCBSel::GetAlignmentAdjustment(MachineBasicBlock &MBB, in GetAlignmentAdjustment()114 unsigned PPCBSel::ComputeBlockSizes(MachineFunction &Fn) { in ComputeBlockSizes()175 void PPCBSel::modifyAdjustment(MachineFunction &Fn) { in modifyAdjustment()197 int PPCBSel::computeBranchSize(MachineFunction &Fn, in computeBranchSize()284 bool PPCBSel::runOnMachineFunction(MachineFunction &Fn) { in runOnMachineFunction()