Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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 …]
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp12514 MachineBasicBlock *loop1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
12518 F->insert(It, loop1MBB); in EmitInstrWithCustomInserter()
12529 BB->addSuccessor(loop1MBB); in EmitInstrWithCustomInserter()
12542 BB = loop1MBB; in EmitInstrWithCustomInserter()
12562 .addMBB(loop1MBB); in EmitInstrWithCustomInserter()
12564 BB->addSuccessor(loop1MBB); in EmitInstrWithCustomInserter()
12597 F->insert(It, loop1MBB); in EmitInstrWithCustomInserter()
12630 BB->addSuccessor(loop1MBB); in EmitInstrWithCustomInserter()
12714 BB = loop1MBB; in EmitInstrWithCustomInserter()
12745 .addMBB(loop1MBB); in EmitInstrWithCustomInserter()
[all …]