Searched defs:PPCBSel (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp37 struct PPCBSel : public MachineFunctionPass { struct in namespace:__anon26081
39 PPCBSel() : MachineFunctionPass(ID) { function in struct:__anon26081::PPCBSel
52 char PPCBSel::ID = 0;
55 INITIALIZE_PASS(PPCBSel, "ppc-branch-select", "PowerPC Branch Selector",
62 return new PPCBSel();
65 bool PPCBSel::runOnMachineFunction(MachineFunction &Fn) {

Completed in 127 milliseconds