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

/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp36 struct PPCBSel : public MachineFunctionPass { struct in namespace:__anon2460
38 PPCBSel() : MachineFunctionPass(ID) { function in struct:__anon2460::PPCBSel
51 char PPCBSel::ID = 0;
54 INITIALIZE_PASS(PPCBSel, "ppc-branch-select", "PowerPC Branch Selector",
61 return new PPCBSel();
64 bool PPCBSel::runOnMachineFunction(MachineFunction &Fn) {

Completed in 102 milliseconds