Home
last modified time | relevance | path

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

/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp1332 MachineBasicBlock *copy1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
1334 F->insert(I, copy1MBB); in EmitInstrWithCustomInserter()
1337 copy1MBB->splice(copy1MBB->begin(), BB, in EmitInstrWithCustomInserter()
1339 copy1MBB->transferSuccessorsAndUpdatePHIs(BB); in EmitInstrWithCustomInserter()
1342 BB->addSuccessor(copy1MBB); in EmitInstrWithCustomInserter()
1345 .addMBB(copy1MBB) in EmitInstrWithCustomInserter()
1354 BB->addSuccessor(copy1MBB); in EmitInstrWithCustomInserter()
1359 BB = copy1MBB; in EmitInstrWithCustomInserter()