Searched refs:SuccMBB (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DPHIEliminationUtils.h17 /// SrcReg when following the CFG edge to SuccMBB. This needs to be after
21 findPHICopyInsertPoint(MachineBasicBlock* MBB, MachineBasicBlock* SuccMBB,
H A DPHIEliminationUtils.cpp18 // when following the CFG edge to SuccMBB. This needs to be after any def of
22 llvm::findPHICopyInsertPoint(MachineBasicBlock* MBB, MachineBasicBlock* SuccMBB, argument
31 if (!SuccMBB->isLandingPad())
H A DLiveVariables.cpp627 MachineBasicBlock *SuccMBB = *SI; local
628 if (SuccMBB->isLandingPad())
630 for (MachineBasicBlock::livein_iterator LI = SuccMBB->livein_begin(),
631 LE = SuccMBB->livein_end(); LI != LE; ++LI) {
741 MachineBasicBlock *SuccMBB = *SI; local
744 unsigned SuccIdx = SuccMBB->getNumber();
747 OpSuccBlocks.push_back(SuccMBB);
754 MachineBasicBlock *SuccMBB = OpSuccBlocks[0]; local
756 if (VI.Kills[i]->getParent() == SuccMBB)
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1451 MachineBasicBlock *SuccMBB = FuncInfo.MBBMap[SuccBB]; local
1455 if (!SuccsHandled.insert(SuccMBB)) continue;
1457 MachineBasicBlock::iterator MBBI = SuccMBB->begin();
H A DSelectionDAGBuilder.cpp6841 MachineBasicBlock *SuccMBB = FuncInfo.MBBMap[SuccBB]; local
6845 if (!SuccsHandled.insert(SuccMBB)) continue;
6847 MachineBasicBlock::iterator MBBI = SuccMBB->begin();

Completed in 171 milliseconds