Searched refs:JTBB (Results 1 – 2 of 2) sorted by relevance
284 MachineBasicBlock *JTBB);2483 unsigned JTI, MachineBasicBlock *BB, MachineBasicBlock *JTBB) { in adjustJTTargetBlockForward() argument2503 BB->moveAfter(JTBB); in adjustJTTargetBlockForward()2514 MF->CreateMachineBasicBlock(JTBB->getBasicBlock()); in adjustJTTargetBlockForward()2515 MachineFunction::iterator MBBI = ++JTBB->getIterator(); in adjustJTTargetBlockForward()2539 JTBB->replaceSuccessor(BB, NewBB); in adjustJTTargetBlockForward()
952 for (auto *JTBB : JTBBs) { in emitJumpTableInfo() local954 MCSymbolRefExpr::create(JTBB->getSymbol(), OutContext); in emitJumpTableInfo()