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

/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp36 struct PPCBSel : public MachineFunctionPass { struct in namespace:__anon2563
38 PPCBSel() : MachineFunctionPass(ID) { function in struct:__anon2563::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 23 milliseconds