Searched refs:RestoreBB (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | BranchRelaxation.cpp | 469 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 D | AVRInstrInfo.h | 112 MachineBasicBlock &RestoreBB, const DebugLoc &DL,
|
| H A D | AVRInstrInfo.cpp | 570 MachineBasicBlock &RestoreBB, in insertIndirectBranch() argument
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.h | 99 MachineBasicBlock &RestoreBB, const DebugLoc &DL,
|
| H A D | RISCVInstrInfo.cpp | 956 MachineBasicBlock &RestoreBB, in insertIndirectBranch() argument
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 1453 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 D | TargetInstrInfo.h | 601 MachineBasicBlock &RestoreBB,
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.h | 282 MachineBasicBlock &RestoreBB, const DebugLoc &DL,
|
| H A D | SIInstrInfo.cpp | 2387 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()
|