Searched refs:JTBB (Results 1 – 2 of 2) sorted by relevance
278 MachineBasicBlock *JTBB);2444 unsigned JTI, MachineBasicBlock *BB, MachineBasicBlock *JTBB) { in adjustJTTargetBlockForward() argument2464 BB->moveAfter(JTBB); in adjustJTTargetBlockForward()2476 MF->CreateMachineBasicBlock(JTBB->getBasicBlock()); in adjustJTTargetBlockForward()2477 MachineFunction::iterator MBBI = ++JTBB->getIterator(); in adjustJTTargetBlockForward()2502 JTBB->replaceSuccessor(BB, NewBB); in adjustJTTargetBlockForward()
1309 for (auto *JTBB : JTBBs) { in emitJumpTableImpl() local1311 MCSymbolRefExpr::create(JTBB->getSymbol(), OutContext); in emitJumpTableImpl()