Lines Matching defs:SILateBranchLowering
1 //===-- SILateBranchLowering.cpp - Final preparation of branches ----------===//
26 class SILateBranchLowering : public MachineFunctionPass {
41 SILateBranchLowering() : MachineFunctionPass(ID) {}
58 char SILateBranchLowering::ID = 0;
60 INITIALIZE_PASS_BEGIN(SILateBranchLowering, DEBUG_TYPE,
63 INITIALIZE_PASS_END(SILateBranchLowering, DEBUG_TYPE,
66 char &llvm::SILateBranchLoweringPassID = SILateBranchLowering::ID;
119 void SILateBranchLowering::expandChainCall(MachineInstr &MI) {
131 void SILateBranchLowering::earlyTerm(MachineInstr &MI,
147 bool SILateBranchLowering::runOnMachineFunction(MachineFunction &MF) {