Searched refs:loop2MBB (Results 1 – 2 of 2) sorted by relevance
1332 MachineBasicBlock *loop2MBB = MF->CreateMachineBasicBlock(LLVM_BB); in emitAtomicCmpSwap() local1337 MF->insert(It, loop2MBB); in emitAtomicCmpSwap()1350 loop1MBB->addSuccessor(loop2MBB); in emitAtomicCmpSwap()1351 loop2MBB->addSuccessor(loop1MBB); in emitAtomicCmpSwap()1352 loop2MBB->addSuccessor(exitMBB); in emitAtomicCmpSwap()1365 BB = loop2MBB; in emitAtomicCmpSwap()1415 MachineBasicBlock *loop2MBB = MF->CreateMachineBasicBlock(LLVM_BB); in emitAtomicCmpSwapPartword() local1421 MF->insert(It, loop2MBB); in emitAtomicCmpSwapPartword()1432 loop1MBB->addSuccessor(loop2MBB); in emitAtomicCmpSwapPartword()1433 loop2MBB->addSuccessor(loop1MBB); in emitAtomicCmpSwapPartword()[all …]
8586 MachineBasicBlock *loop2MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local8590 F->insert(It, loop2MBB); in EmitInstrWithCustomInserter()8620 BB->addSuccessor(loop2MBB); in EmitInstrWithCustomInserter()8623 BB = loop2MBB; in EmitInstrWithCustomInserter()8656 MachineBasicBlock *loop2MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local8660 F->insert(It, loop2MBB); in EmitInstrWithCustomInserter()8762 BB->addSuccessor(loop2MBB); in EmitInstrWithCustomInserter()8765 BB = loop2MBB; in EmitInstrWithCustomInserter()