Searched refs:PPCBSel (Results 1 – 1 of 1) sorted by relevance
38 struct PPCBSel : public MachineFunctionPass { struct40 PPCBSel() : MachineFunctionPass(ID) { in PPCBSel() function53 char PPCBSel::ID = 0;56 INITIALIZE_PASS(PPCBSel, "ppc-branch-select", "PowerPC Branch Selector",63 return new PPCBSel(); in createPPCBranchSelectionPass()66 bool PPCBSel::runOnMachineFunction(MachineFunction &Fn) { in runOnMachineFunction()