Searched refs:loop1MBB (Results 1 – 3 of 3) sorted by relevance
1312 MachineBasicBlock *loop1MBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitAtomicCmpSwap() local1317 MF->insert(It, loop1MBB); in EmitAtomicCmpSwap()1329 BB->addSuccessor(loop1MBB); in EmitAtomicCmpSwap()1330 loop1MBB->addSuccessor(exitMBB); in EmitAtomicCmpSwap()1331 loop1MBB->addSuccessor(loop2MBB); in EmitAtomicCmpSwap()1332 loop2MBB->addSuccessor(loop1MBB); in EmitAtomicCmpSwap()1338 BB = loop1MBB; in EmitAtomicCmpSwap()1350 .addReg(Success).addReg(ZERO).addMBB(loop1MBB); in EmitAtomicCmpSwap()1398 MachineBasicBlock *loop1MBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitAtomicCmpSwapPartword() local1404 MF->insert(It, loop1MBB); in EmitAtomicCmpSwapPartword()[all …]
5143 MachineBasicBlock *loop1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local5147 F->insert(It, loop1MBB); in EmitInstrWithCustomInserter()5159 BB->addSuccessor(loop1MBB); in EmitInstrWithCustomInserter()5172 BB = loop1MBB; in EmitInstrWithCustomInserter()5186 .addImm(PPC::PRED_NE).addReg(PPC::CR0).addMBB(loop1MBB); in EmitInstrWithCustomInserter()5188 BB->addSuccessor(loop1MBB); in EmitInstrWithCustomInserter()5214 MachineBasicBlock *loop1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local5218 F->insert(It, loop1MBB); in EmitInstrWithCustomInserter()5250 BB->addSuccessor(loop1MBB); in EmitInstrWithCustomInserter()5314 BB = loop1MBB; in EmitInstrWithCustomInserter()[all …]
5361 MachineBasicBlock *loop1MBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitAtomicCmpSwap() local5364 MF->insert(It, loop1MBB); in EmitAtomicCmpSwap()5377 BB->addSuccessor(loop1MBB); in EmitAtomicCmpSwap()5383 BB = loop1MBB; in EmitAtomicCmpSwap()5407 .addMBB(loop1MBB).addImm(ARMCC::NE).addReg(ARM::CPSR); in EmitAtomicCmpSwap()5408 BB->addSuccessor(loop1MBB); in EmitAtomicCmpSwap()