Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp983 MachineBasicBlock *copyMBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSelectPseudo() local
985 F->insert(It, copyMBB); in emitSelectPseudo()
994 BB->addSuccessor(copyMBB); in emitSelectPseudo()
1005 BB = copyMBB; in emitSelectPseudo()
1019 .addMBB(copyMBB); in emitSelectPseudo()