Searched refs:loop2MBB (Results 1 – 2 of 2) sorted by relevance
1357 MachineBasicBlock *loop2MBB = MF->CreateMachineBasicBlock(LLVM_BB); in emitAtomicCmpSwap() local1362 MF->insert(It, loop2MBB); in emitAtomicCmpSwap()1375 loop1MBB->addSuccessor(loop2MBB); in emitAtomicCmpSwap()1376 loop2MBB->addSuccessor(loop1MBB); in emitAtomicCmpSwap()1377 loop2MBB->addSuccessor(exitMBB); in emitAtomicCmpSwap()1390 BB = loop2MBB; in emitAtomicCmpSwap()1440 MachineBasicBlock *loop2MBB = MF->CreateMachineBasicBlock(LLVM_BB); in emitAtomicCmpSwapPartword() local1446 MF->insert(It, loop2MBB); in emitAtomicCmpSwapPartword()1457 loop1MBB->addSuccessor(loop2MBB); in emitAtomicCmpSwapPartword()1458 loop2MBB->addSuccessor(loop1MBB); in emitAtomicCmpSwapPartword()[all …]
8818 MachineBasicBlock *loop2MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local8822 F->insert(It, loop2MBB); in EmitInstrWithCustomInserter()8852 BB->addSuccessor(loop2MBB); in EmitInstrWithCustomInserter()8855 BB = loop2MBB; in EmitInstrWithCustomInserter()8888 MachineBasicBlock *loop2MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local8892 F->insert(It, loop2MBB); in EmitInstrWithCustomInserter()8994 BB->addSuccessor(loop2MBB); in EmitInstrWithCustomInserter()8997 BB = loop2MBB; in EmitInstrWithCustomInserter()