Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp981 MachineBasicBlock *copyMBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSelectPseudo() local
983 F->insert(It, copyMBB); in emitSelectPseudo()
992 BB->addSuccessor(copyMBB); in emitSelectPseudo()
1003 BB = copyMBB; in emitSelectPseudo()
1017 .addMBB(copyMBB); in emitSelectPseudo()