Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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 …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp12170 MachineBasicBlock *loop1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
12174 F->insert(It, loop1MBB); in EmitInstrWithCustomInserter()
12185 BB->addSuccessor(loop1MBB); in EmitInstrWithCustomInserter()
12198 BB = loop1MBB; in EmitInstrWithCustomInserter()
12218 .addMBB(loop1MBB); in EmitInstrWithCustomInserter()
12220 BB->addSuccessor(loop1MBB); in EmitInstrWithCustomInserter()
12253 F->insert(It, loop1MBB); in EmitInstrWithCustomInserter()
12286 BB->addSuccessor(loop1MBB); in EmitInstrWithCustomInserter()
12370 BB = loop1MBB; in EmitInstrWithCustomInserter()
12401 .addMBB(loop1MBB); in EmitInstrWithCustomInserter()
[all …]