Searched refs:loop1MBB (Results 1 – 2 of 2) sorted by relevance
1258 MachineBasicBlock *loop1MBB = MF->CreateMachineBasicBlock(LLVM_BB); in emitAtomicCmpSwap() local1263 MF->insert(It, loop1MBB); in emitAtomicCmpSwap()1275 BB->addSuccessor(loop1MBB); in emitAtomicCmpSwap()1276 loop1MBB->addSuccessor(exitMBB); in emitAtomicCmpSwap()1277 loop1MBB->addSuccessor(loop2MBB); in emitAtomicCmpSwap()1278 loop2MBB->addSuccessor(loop1MBB); in emitAtomicCmpSwap()1284 BB = loop1MBB; in emitAtomicCmpSwap()1296 .addReg(Success).addReg(ZERO).addMBB(loop1MBB); in emitAtomicCmpSwap()1341 MachineBasicBlock *loop1MBB = MF->CreateMachineBasicBlock(LLVM_BB); in emitAtomicCmpSwapPartword() local1347 MF->insert(It, loop1MBB); in emitAtomicCmpSwapPartword()[all …]
6873 MachineBasicBlock *loop1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local6877 F->insert(It, loop1MBB); in EmitInstrWithCustomInserter()6888 BB->addSuccessor(loop1MBB); in EmitInstrWithCustomInserter()6901 BB = loop1MBB; in EmitInstrWithCustomInserter()6915 .addImm(PPC::PRED_NE).addReg(PPC::CR0).addMBB(loop1MBB); in EmitInstrWithCustomInserter()6917 BB->addSuccessor(loop1MBB); in EmitInstrWithCustomInserter()6943 MachineBasicBlock *loop1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local6947 F->insert(It, loop1MBB); in EmitInstrWithCustomInserter()6978 BB->addSuccessor(loop1MBB); in EmitInstrWithCustomInserter()7042 BB = loop1MBB; in EmitInstrWithCustomInserter()[all …]