Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DBranchRelaxation.cpp469 MachineBasicBlock *RestoreBB = createNewBlockAfter(MF->back()); in fixupUnconditionalBranch() local
471 TII->insertIndirectBranch(*BranchBB, *DestBB, *RestoreBB, DL, in fixupUnconditionalBranch()
478 if (!RestoreBB->empty()) { in fixupUnconditionalBranch()
492 MF->splice(DestBB->getIterator(), RestoreBB->getIterator()); in fixupUnconditionalBranch()
494 RestoreBB->addSuccessor(DestBB); in fixupUnconditionalBranch()
495 BranchBB->replaceSuccessor(DestBB, RestoreBB); in fixupUnconditionalBranch()
497 computeAndAddLiveIns(LiveRegs, *RestoreBB); in fixupUnconditionalBranch()
499 BlockInfo[RestoreBB->getNumber()].Size = computeBlockSize(*RestoreBB); in fixupUnconditionalBranch()
504 MF->erase(RestoreBB); in fixupUnconditionalBranch()
/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVRInstrInfo.h112 MachineBasicBlock &RestoreBB, const DebugLoc &DL,
H A DAVRInstrInfo.cpp570 MachineBasicBlock &RestoreBB, in insertIndirectBranch() argument
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h99 MachineBasicBlock &RestoreBB, const DebugLoc &DL,
H A DRISCVInstrInfo.cpp956 MachineBasicBlock &RestoreBB, in insertIndirectBranch() argument
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp1453 llvm::BasicBlock *RestoreBB = Builder.GetInsertBlock(); in EmitCaseStmtRange() local
1486 if (RestoreBB) in EmitCaseStmtRange()
1487 Builder.SetInsertPoint(RestoreBB); in EmitCaseStmtRange()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h601 MachineBasicBlock &RestoreBB,
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h282 MachineBasicBlock &RestoreBB, const DebugLoc &DL,
H A DSIInstrInfo.cpp2387 MachineBasicBlock &RestoreBB, in insertIndirectBranch() argument
2394 assert(RestoreBB.empty() && in insertIndirectBranch()
2481 TRI->spillEmergencySGPR(GetPC, RestoreBB, AMDGPU::SGPR0_SGPR1, RS); in insertIndirectBranch()
2486 MCSymbol *DestLabel = Scav ? DestBB.getSymbol() : RestoreBB.getSymbol(); in insertIndirectBranch()