Searched refs:loop1MBB (Results 1 – 2 of 2) sorted by relevance
1356 MachineBasicBlock *loop1MBB = MF->CreateMachineBasicBlock(LLVM_BB); in emitAtomicCmpSwap() local1361 MF->insert(It, loop1MBB); in emitAtomicCmpSwap()1373 BB->addSuccessor(loop1MBB); in emitAtomicCmpSwap()1374 loop1MBB->addSuccessor(exitMBB); in emitAtomicCmpSwap()1375 loop1MBB->addSuccessor(loop2MBB); in emitAtomicCmpSwap()1376 loop2MBB->addSuccessor(loop1MBB); in emitAtomicCmpSwap()1382 BB = loop1MBB; in emitAtomicCmpSwap()1394 .addReg(Success).addReg(ZERO).addMBB(loop1MBB); in emitAtomicCmpSwap()1439 MachineBasicBlock *loop1MBB = MF->CreateMachineBasicBlock(LLVM_BB); in emitAtomicCmpSwapPartword() local1445 MF->insert(It, loop1MBB); in emitAtomicCmpSwapPartword()[all …]
8817 MachineBasicBlock *loop1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local8821 F->insert(It, loop1MBB); in EmitInstrWithCustomInserter()8832 BB->addSuccessor(loop1MBB); in EmitInstrWithCustomInserter()8845 BB = loop1MBB; in EmitInstrWithCustomInserter()8859 .addImm(PPC::PRED_NE).addReg(PPC::CR0).addMBB(loop1MBB); in EmitInstrWithCustomInserter()8861 BB->addSuccessor(loop1MBB); in EmitInstrWithCustomInserter()8887 MachineBasicBlock *loop1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local8891 F->insert(It, loop1MBB); in EmitInstrWithCustomInserter()8921 BB->addSuccessor(loop1MBB); in EmitInstrWithCustomInserter()8985 BB = loop1MBB; in EmitInstrWithCustomInserter()[all …]