Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsExpandPseudo.cpp119 MF->insert(It, loop1MBB); in expandAtomicCmpSwapSubword()
133 loop1MBB->addSuccessor(sinkMBB); in expandAtomicCmpSwapSubword()
134 loop1MBB->addSuccessor(loop2MBB); in expandAtomicCmpSwapSubword()
135 loop1MBB->normalizeSuccProbs(); in expandAtomicCmpSwapSubword()
136 loop2MBB->addSuccessor(loop1MBB); in expandAtomicCmpSwapSubword()
170 .addMBB(loop1MBB); in expandAtomicCmpSwapSubword()
255 MF->insert(It, loop1MBB); in expandAtomicCmpSwap()
268 loop1MBB->addSuccessor(exitMBB); in expandAtomicCmpSwap()
269 loop1MBB->addSuccessor(loop2MBB); in expandAtomicCmpSwap()
270 loop1MBB->normalizeSuccProbs(); in expandAtomicCmpSwap()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp12126 MachineBasicBlock *loop1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
12130 F->insert(It, loop1MBB); in EmitInstrWithCustomInserter()
12141 BB->addSuccessor(loop1MBB); in EmitInstrWithCustomInserter()
12154 BB = loop1MBB; in EmitInstrWithCustomInserter()
12174 .addMBB(loop1MBB); in EmitInstrWithCustomInserter()
12176 BB->addSuccessor(loop1MBB); in EmitInstrWithCustomInserter()
12209 F->insert(It, loop1MBB); in EmitInstrWithCustomInserter()
12242 BB->addSuccessor(loop1MBB); in EmitInstrWithCustomInserter()
12326 BB = loop1MBB; in EmitInstrWithCustomInserter()
12357 .addMBB(loop1MBB); in EmitInstrWithCustomInserter()
[all …]