Searched refs:JTBB (Results 1 – 2 of 2) sorted by relevance
282 MachineBasicBlock *JTBB);2463 unsigned JTI, MachineBasicBlock *BB, MachineBasicBlock *JTBB) { in adjustJTTargetBlockForward() argument2483 BB->moveAfter(JTBB); in adjustJTTargetBlockForward()2494 MF->CreateMachineBasicBlock(JTBB->getBasicBlock()); in adjustJTTargetBlockForward()2495 MachineFunction::iterator MBBI = ++JTBB->getIterator(); in adjustJTTargetBlockForward()2519 JTBB->replaceSuccessor(BB, NewBB); in adjustJTTargetBlockForward()
1191 for (auto *JTBB : JTBBs) { in emitJumpTableInfo() local1193 MCSymbolRefExpr::create(JTBB->getSymbol(), OutContext); in emitJumpTableInfo()