Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp12364 MachineBasicBlock *RSBBB = Fn->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
12366 Fn->insert(BBI, RSBBB); in EmitInstrWithCustomInserter()
12371 RSBBB->setCallFrameSize(CallFrameSize); in EmitInstrWithCustomInserter()
12389 BB->addSuccessor(RSBBB); in EmitInstrWithCustomInserter()
12393 RSBBB->addSuccessor(SinkBB); in EmitInstrWithCustomInserter()
12409 BuildMI(*RSBBB, RSBBB->begin(), dl, in EmitInstrWithCustomInserter()
12420 .addReg(NewRsbDstReg).addMBB(RSBBB) in EmitInstrWithCustomInserter()