Searched refs:loop1MBB (Results 1 – 2 of 2) sorted by relevance
1331 MachineBasicBlock *loop1MBB = MF->CreateMachineBasicBlock(LLVM_BB); in emitAtomicCmpSwap() local1336 MF->insert(It, loop1MBB); in emitAtomicCmpSwap()1348 BB->addSuccessor(loop1MBB); in emitAtomicCmpSwap()1349 loop1MBB->addSuccessor(exitMBB); in emitAtomicCmpSwap()1350 loop1MBB->addSuccessor(loop2MBB); in emitAtomicCmpSwap()1351 loop2MBB->addSuccessor(loop1MBB); in emitAtomicCmpSwap()1357 BB = loop1MBB; in emitAtomicCmpSwap()1369 .addReg(Success).addReg(ZERO).addMBB(loop1MBB); in emitAtomicCmpSwap()1414 MachineBasicBlock *loop1MBB = MF->CreateMachineBasicBlock(LLVM_BB); in emitAtomicCmpSwapPartword() local1420 MF->insert(It, loop1MBB); in emitAtomicCmpSwapPartword()[all …]
8585 MachineBasicBlock *loop1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local8589 F->insert(It, loop1MBB); in EmitInstrWithCustomInserter()8600 BB->addSuccessor(loop1MBB); in EmitInstrWithCustomInserter()8613 BB = loop1MBB; in EmitInstrWithCustomInserter()8627 .addImm(PPC::PRED_NE).addReg(PPC::CR0).addMBB(loop1MBB); in EmitInstrWithCustomInserter()8629 BB->addSuccessor(loop1MBB); in EmitInstrWithCustomInserter()8655 MachineBasicBlock *loop1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local8659 F->insert(It, loop1MBB); in EmitInstrWithCustomInserter()8689 BB->addSuccessor(loop1MBB); in EmitInstrWithCustomInserter()8753 BB = loop1MBB; in EmitInstrWithCustomInserter()[all …]