Lines Matching refs:MachineBasicBlock
49 R600InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
50 MachineBasicBlock::iterator MI, DebugLoc DL,
163 findFirstPredicateSetterFrom(MachineBasicBlock &MBB,
164 MachineBasicBlock::iterator I)
177 R600InstrInfo::AnalyzeBranch(MachineBasicBlock &MBB,
178 MachineBasicBlock *&TBB,
179 MachineBasicBlock *&FBB,
186 MachineBasicBlock::iterator I = MBB.end();
261 R600InstrInfo::InsertBranch(MachineBasicBlock &MBB,
262 MachineBasicBlock *TBB,
263 MachineBasicBlock *FBB,
298 R600InstrInfo::RemoveBranch(MachineBasicBlock &MBB) const
304 MachineBasicBlock::iterator I = MBB.end();
367 R600InstrInfo::isProfitableToIfCvt(MachineBasicBlock &MBB,
375 R600InstrInfo::isProfitableToIfCvt(MachineBasicBlock &TMBB,
378 MachineBasicBlock &FMBB,
387 R600InstrInfo::isProfitableToDupForIfCvt(MachineBasicBlock &MBB,
396 R600InstrInfo::isProfitableToUnpredicate(MachineBasicBlock &TMBB,
397 MachineBasicBlock &FMBB) const