HomeSort by relevance Sort by last modified time
    Searched refs:SuccMBB (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/CodeGen/
PHIEliminationUtils.h 17 /// SrcReg when following the CFG edge to SuccMBB. This needs to be after
21 findPHICopyInsertPoint(MachineBasicBlock* MBB, MachineBasicBlock* SuccMBB,
PHIEliminationUtils.cpp 18 // when following the CFG edge to SuccMBB. This needs to be after any def of
22 llvm::findPHICopyInsertPoint(MachineBasicBlock* MBB, MachineBasicBlock* SuccMBB,
31 if (!SuccMBB->isLandingPad())
LiveVariables.cpp 626 MachineBasicBlock *SuccMBB = *SI;
627 if (SuccMBB->isLandingPad())
629 for (MachineBasicBlock::livein_iterator LI = SuccMBB->livein_begin(),
630 LE = SuccMBB->livein_end(); LI != LE; ++LI) {
740 MachineBasicBlock *SuccMBB = *SI;
743 unsigned SuccIdx = SuccMBB->getNumber();
746 OpSuccBlocks.push_back(SuccMBB);
753 MachineBasicBlock *SuccMBB = OpSuccBlocks[0];
755 if (VI.Kills[i]->getParent() == SuccMBB)
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 550 milliseconds