Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp12983 MachineBasicBlock *loop1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
12986 F->insert(It, loop1MBB); in EmitInstrWithCustomInserter()
12996 BB->addSuccessor(loop1MBB); in EmitInstrWithCustomInserter()
13007 BB = loop1MBB; in EmitInstrWithCustomInserter()
13027 .addMBB(loop1MBB); in EmitInstrWithCustomInserter()
13029 BB->addSuccessor(loop1MBB); in EmitInstrWithCustomInserter()
13054 F->insert(It, loop1MBB); in EmitInstrWithCustomInserter()
13087 BB->addSuccessor(loop1MBB); in EmitInstrWithCustomInserter()
13169 BB = loop1MBB; in EmitInstrWithCustomInserter()
13200 .addMBB(loop1MBB); in EmitInstrWithCustomInserter()
[all …]