Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp982 MachineBasicBlock *copyMBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSelectPseudo() local
984 F->insert(It, copyMBB); in emitSelectPseudo()
993 BB->addSuccessor(copyMBB); in emitSelectPseudo()
1004 BB = copyMBB; in emitSelectPseudo()
1018 .addMBB(copyMBB); in emitSelectPseudo()