Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsExpandPseudo.cpp120 MF->insert(It, loop1MBB); in expandAtomicCmpSwapSubword()
134 loop1MBB->addSuccessor(sinkMBB); in expandAtomicCmpSwapSubword()
135 loop1MBB->addSuccessor(loop2MBB); in expandAtomicCmpSwapSubword()
136 loop1MBB->normalizeSuccProbs(); in expandAtomicCmpSwapSubword()
137 loop2MBB->addSuccessor(loop1MBB); in expandAtomicCmpSwapSubword()
171 .addMBB(loop1MBB); in expandAtomicCmpSwapSubword()
256 MF->insert(It, loop1MBB); in expandAtomicCmpSwap()
269 loop1MBB->addSuccessor(exitMBB); in expandAtomicCmpSwap()
270 loop1MBB->addSuccessor(loop2MBB); in expandAtomicCmpSwap()
271 loop1MBB->normalizeSuccProbs(); in expandAtomicCmpSwap()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp10671 MachineBasicBlock *loop1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
10675 F->insert(It, loop1MBB); in EmitInstrWithCustomInserter()
10686 BB->addSuccessor(loop1MBB); in EmitInstrWithCustomInserter()
10699 BB = loop1MBB; in EmitInstrWithCustomInserter()
10719 .addMBB(loop1MBB); in EmitInstrWithCustomInserter()
10721 BB->addSuccessor(loop1MBB); in EmitInstrWithCustomInserter()
10754 F->insert(It, loop1MBB); in EmitInstrWithCustomInserter()
10787 BB->addSuccessor(loop1MBB); in EmitInstrWithCustomInserter()
10871 BB = loop1MBB; in EmitInstrWithCustomInserter()
10902 .addMBB(loop1MBB); in EmitInstrWithCustomInserter()
[all …]