Searched refs:ToMBB (Results 1 – 1 of 1) sorted by relevance
1457 static bool canFallThroughTo(MachineBasicBlock &MBB, MachineBasicBlock &ToMBB) { in canFallThroughTo() argument1460 MachineFunction::iterator TI = ToMBB.getIterator(); in canFallThroughTo()1486 static void InsertUncondBranch(MachineBasicBlock &MBB, MachineBasicBlock &ToMBB, in InsertUncondBranch() argument1490 TII->insertBranch(MBB, &ToMBB, nullptr, NoCond, dl); in InsertUncondBranch()