Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp39 struct PPCBSel : public MachineFunctionPass { struct
41 PPCBSel() : MachineFunctionPass(ID) { in PPCBSel() function
70 char PPCBSel::ID = 0;
73 INITIALIZE_PASS(PPCBSel, "ppc-branch-select", "PowerPC Branch Selector",
80 return new PPCBSel(); in createPPCBranchSelectionPass()
85 unsigned PPCBSel::GetAlignmentAdjustment(MachineBasicBlock &MBB, in GetAlignmentAdjustment()
118 unsigned PPCBSel::ComputeBlockSizes(MachineFunction &Fn) { in ComputeBlockSizes()
179 void PPCBSel::modifyAdjustment(MachineFunction &Fn) { in modifyAdjustment()
201 int PPCBSel::computeBranchSize(MachineFunction &Fn, in computeBranchSize()
288 bool PPCBSel::runOnMachineFunction(MachineFunction &Fn) { in runOnMachineFunction()