Searched defs:PPCBSel (Results 1 – 1 of 1) sorted by relevance
38 struct PPCBSel : public MachineFunctionPass { struct39 static char ID;40 PPCBSel() : MachineFunctionPass(ID) { in PPCBSel() function45 std::vector<unsigned> BlockSizes;49 const char *getPassName() const override { in getPassName()