Lines Matching defs:PPCBSel
38 struct PPCBSel : public MachineFunctionPass {
40 PPCBSel() : MachineFunctionPass(ID) {
69 char PPCBSel::ID = 0;
72 INITIALIZE_PASS(PPCBSel, "ppc-branch-select", "PowerPC Branch Selector",
79 return new PPCBSel();
84 unsigned PPCBSel::GetAlignmentAdjustment(MachineBasicBlock &MBB,
117 unsigned PPCBSel::ComputeBlockSizes(MachineFunction &Fn) {
178 void PPCBSel::modifyAdjustment(MachineFunction &Fn) {
200 int PPCBSel::computeBranchSize(MachineFunction &Fn,
287 bool PPCBSel::runOnMachineFunction(MachineFunction &Fn) {