Searched refs:ToMBB (Results 1 – 3 of 3) sorted by relevance
914 void MachineBasicBlock::moveAndDanglePseudoProbes(MachineBasicBlock *ToMBB) { in moveAndDanglePseudoProbes() argument923 MachineBasicBlock::iterator I = ToMBB->getFirstTerminator(); in moveAndDanglePseudoProbes()926 ToMBB->insert(I, MI); in moveAndDanglePseudoProbes()
1443 static bool canFallThroughTo(MachineBasicBlock &MBB, MachineBasicBlock &ToMBB) { in canFallThroughTo() argument1446 MachineFunction::iterator TI = ToMBB.getIterator(); in canFallThroughTo()1472 static void InsertUncondBranch(MachineBasicBlock &MBB, MachineBasicBlock &ToMBB, in InsertUncondBranch() argument1476 TII->insertBranch(MBB, &ToMBB, nullptr, NoCond, dl); in InsertUncondBranch()
703 void moveAndDanglePseudoProbes(MachineBasicBlock *ToMBB);