Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp1332 MachineBasicBlock *loop2MBB = MF->CreateMachineBasicBlock(LLVM_BB); in emitAtomicCmpSwap() local
1337 MF->insert(It, loop2MBB); in emitAtomicCmpSwap()
1350 loop1MBB->addSuccessor(loop2MBB); in emitAtomicCmpSwap()
1351 loop2MBB->addSuccessor(loop1MBB); in emitAtomicCmpSwap()
1352 loop2MBB->addSuccessor(exitMBB); in emitAtomicCmpSwap()
1365 BB = loop2MBB; in emitAtomicCmpSwap()
1415 MachineBasicBlock *loop2MBB = MF->CreateMachineBasicBlock(LLVM_BB); in emitAtomicCmpSwapPartword() local
1421 MF->insert(It, loop2MBB); in emitAtomicCmpSwapPartword()
1432 loop1MBB->addSuccessor(loop2MBB); in emitAtomicCmpSwapPartword()
1433 loop2MBB->addSuccessor(loop1MBB); in emitAtomicCmpSwapPartword()
[all …]
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp8586 MachineBasicBlock *loop2MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
8590 F->insert(It, loop2MBB); in EmitInstrWithCustomInserter()
8620 BB->addSuccessor(loop2MBB); in EmitInstrWithCustomInserter()
8623 BB = loop2MBB; in EmitInstrWithCustomInserter()
8656 MachineBasicBlock *loop2MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
8660 F->insert(It, loop2MBB); in EmitInstrWithCustomInserter()
8762 BB->addSuccessor(loop2MBB); in EmitInstrWithCustomInserter()
8765 BB = loop2MBB; in EmitInstrWithCustomInserter()