Home
last modified time | relevance | path

Searched refs:loop2MBB (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/lib/Target/Mips/
HDMipsISelLowering.cpp1357 MachineBasicBlock *loop2MBB = MF->CreateMachineBasicBlock(LLVM_BB); in emitAtomicCmpSwap() local
1362 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() local
1446 MF->insert(It, loop2MBB); in emitAtomicCmpSwapPartword()
1457 loop1MBB->addSuccessor(loop2MBB); in emitAtomicCmpSwapPartword()
1458 loop2MBB->addSuccessor(loop1MBB); in emitAtomicCmpSwapPartword()
[all …]
/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp8818 MachineBasicBlock *loop2MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
8822 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() local
8892 F->insert(It, loop2MBB); in EmitInstrWithCustomInserter()
8994 BB->addSuccessor(loop2MBB); in EmitInstrWithCustomInserter()
8997 BB = loop2MBB; in EmitInstrWithCustomInserter()