Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/
HDPHIEliminationUtils.cpp22 llvm::findPHICopyInsertPoint(MachineBasicBlock* MBB, MachineBasicBlock* SuccMBB, in findPHICopyInsertPoint() argument
31 if (!SuccMBB->isLandingPad()) in findPHICopyInsertPoint()
HDLiveVariables.cpp601 MachineBasicBlock *SuccMBB = *SI; in runOnBlock() local
602 if (SuccMBB->isLandingPad()) in runOnBlock()
604 for (MachineBasicBlock::livein_iterator LI = SuccMBB->livein_begin(), in runOnBlock()
605 LE = SuccMBB->livein_end(); LI != LE; ++LI) { in runOnBlock()
747 for (const MachineBasicBlock *SuccMBB : MBB.successors()) { in isLiveOut() local
749 unsigned SuccIdx = SuccMBB->getNumber(); in isLiveOut()
753 if (Kills.count(SuccMBB)) in isLiveOut()
HDPHIEliminationUtils.h21 findPHICopyInsertPoint(MachineBasicBlock* MBB, MachineBasicBlock* SuccMBB,
HDMIRPrinter.cpp230 for (const auto *SuccMBB : MBB.successors()) { in convert() local
233 MIPrinter(StrOS, MST, RegisterMaskIds).printMBBReference(*SuccMBB); in convert()
/NextBSD/contrib/llvm/lib/CodeGen/MIRParser/
HDMIRParser.cpp317 MachineBasicBlock *SuccMBB = nullptr; in initializeMachineBasicBlock() local
318 if (parseMBBReference(SuccMBB, SM, MF, MBBSource.Value, PFS, IRSlots, in initializeMachineBasicBlock()
322 MBB.addSuccessor(SuccMBB); in initializeMachineBasicBlock()
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDFastISel.cpp2015 MachineBasicBlock *SuccMBB = FuncInfo.MBBMap[SuccBB]; in handlePHINodesInSuccessorBlocks() local
2019 if (!SuccsHandled.insert(SuccMBB).second) in handlePHINodesInSuccessorBlocks()
2022 MachineBasicBlock::iterator MBBI = SuccMBB->begin(); in handlePHINodesInSuccessorBlocks()
HDSelectionDAGBuilder.h559 MachineBasicBlock *SuccMBB = nullptr);
HDSelectionDAGBuilder.cpp7330 MachineBasicBlock *SuccMBB = FuncInfo.MBBMap[SuccBB]; in HandlePHINodesInSuccessorBlocks() local
7334 if (!SuccsHandled.insert(SuccMBB).second) in HandlePHINodesInSuccessorBlocks()
7337 MachineBasicBlock::iterator MBBI = SuccMBB->begin(); in HandlePHINodesInSuccessorBlocks()
7400 MachineBasicBlock *SuccMBB) { in AddSuccessorMBB() argument
7402 if (!SuccMBB) { in AddSuccessorMBB()
7405 SuccMBB = MF->CreateMachineBasicBlock(BB); in AddSuccessorMBB()
7406 MF->insert(++BBI, SuccMBB); in AddSuccessorMBB()
7410 SuccMBB, BranchProbabilityInfo::getBranchWeightStackProtector(IsLikely)); in AddSuccessorMBB()
7411 return SuccMBB; in AddSuccessorMBB()