Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp39 struct PPCBSel : public MachineFunctionPass { struct
40 static char ID;
41 PPCBSel() : MachineFunctionPass(ID) { in PPCBSel() argument
48 std::vector<std::pair<unsigned, unsigned>> BlockSizes;
51 int FirstImpreciseBlock = -1;
63 MachineFunctionProperties getRequiredProperties() const override { in getRequiredProperties()
68 StringRef getPassName() const override { return "PowerPC Branch Selector"; } in getPassName()