Searched refs:PPCExpandISEL (Results 1 – 2 of 2) sorted by relevance
46 class PPCExpandISEL : public MachineFunctionPass { class104 PPCExpandISEL() : MachineFunctionPass(ID) { in PPCExpandISEL() function in __anon379fc8df0111::PPCExpandISEL148 void PPCExpandISEL::initialize(MachineFunction &MFParam) { in initialize()154 bool PPCExpandISEL::isExpandISELEnabled(const MachineFunction &MF) { in isExpandISELEnabled()158 bool PPCExpandISEL::collectISELInstructions() { in collectISELInstructions()171 void PPCExpandISEL::DumpISELInstructions() const { in DumpISELInstructions()182 bool PPCExpandISEL::canMerge(MachineInstr *PrevPushedMI, MachineInstr *MI) { in canMerge()192 void PPCExpandISEL::expandAndMergeISELs() { in expandAndMergeISELs()263 void PPCExpandISEL::handleSpecialCases(BlockISELList &BIL, in handleSpecialCases()328 void PPCExpandISEL::reorganizeBlockLayout(BlockISELList &BIL, in reorganizeBlockLayout()[all …]
46 PPCExpandISEL.cpp