Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp975 MachineBasicBlock *copyMBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSelectPseudo() local
977 F->insert(It, copyMBB); in emitSelectPseudo()
986 BB->addSuccessor(copyMBB); in emitSelectPseudo()
997 BB = copyMBB; in emitSelectPseudo()
1011 .addMBB(copyMBB); in emitSelectPseudo()