Searched refs:PPCBranchCoalescing (Results 1 – 2 of 2) sorted by relevance
135 class PPCBranchCoalescing : public MachineFunctionPass { class163 PPCBranchCoalescing() : MachineFunctionPass(ID) { in PPCBranchCoalescing() function in __anonbcd62b940111::PPCBranchCoalescing189 char PPCBranchCoalescing::ID = 0;193 return new PPCBranchCoalescing(); in createPPCBranchCoalescingPass()196 INITIALIZE_PASS_BEGIN(PPCBranchCoalescing, DEBUG_TYPE,207 void PPCBranchCoalescing::CoalescingCandidateInfo::clear() { in clear()216 void PPCBranchCoalescing::initialize(MachineFunction &MF) { in initialize()331 bool PPCBranchCoalescing::identicalOperands( in identicalOperands()424 bool PPCBranchCoalescing::canMoveToBeginning(const MachineInstr &MI, in canMoveToBeginning()455 bool PPCBranchCoalescing::canMoveToEnd(const MachineInstr &MI, in canMoveToEnd()[all …]
1494 SRCS_MIN+= Target/PowerPC/PPCBranchCoalescing.cpp