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.cpp38 struct PPCBSel : public MachineFunctionPass { struct
39 static char ID;
40 PPCBSel() : MachineFunctionPass(ID) {} in PPCBSel() argument
45 std::vector<std::pair<unsigned, unsigned>> BlockSizes;
48 int FirstImpreciseBlock = -1;
60 MachineFunctionProperties getRequiredProperties() const override { in getRequiredProperties()
64 StringRef getPassName() const override { return "PowerPC Branch Selector"; } in getPassName()