Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp38 struct PPCBSel : public MachineFunctionPass { struct
40 PPCBSel() : MachineFunctionPass(ID) {} in PPCBSel() argument
66 char PPCBSel::ID = 0;
69 INITIALIZE_PASS(PPCBSel, "ppc-branch-select", "PowerPC Branch Selector",
76 return new PPCBSel(); in createPPCBranchSelectionPass()
81 unsigned PPCBSel::GetAlignmentAdjustment(MachineBasicBlock &MBB, in GetAlignmentAdjustment()
114 unsigned PPCBSel::ComputeBlockSizes(MachineFunction &Fn) { in ComputeBlockSizes()
175 void PPCBSel::modifyAdjustment(MachineFunction &Fn) { in modifyAdjustment()
197 int PPCBSel::computeBranchSize(MachineFunction &Fn, in computeBranchSize()
284 bool PPCBSel::runOnMachineFunction(MachineFunction &Fn) { in runOnMachineFunction()