Home
last modified time | relevance | path

Searched refs:ToMBB (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp1438 static bool canFallThroughTo(MachineBasicBlock &MBB, MachineBasicBlock &ToMBB) { in canFallThroughTo() argument
1441 MachineFunction::iterator TI = ToMBB.getIterator(); in canFallThroughTo()
1467 static void InsertUncondBranch(MachineBasicBlock &MBB, MachineBasicBlock &ToMBB, in InsertUncondBranch() argument
1471 TII->insertBranch(MBB, &ToMBB, nullptr, NoCond, dl); in InsertUncondBranch()