HomeSort by relevance Sort by last modified time
    Searched refs:SuccMBB (Results 1 - 6 of 6) 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) {
741 MachineBasicBlock *SuccMBB = *SI;
744 unsigned SuccIdx = SuccMBB->getNumber();
747 OpSuccBlocks.push_back(SuccMBB);
754 MachineBasicBlock *SuccMBB = OpSuccBlocks[0];
756 if (VI.Kills[i]->getParent() == SuccMBB)
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
SelectionDAGBuilder.h 481 /// has not been created yet (i.e. if SuccMBB = 0), then the machine basic
485 MachineBasicBlock *SuccMBB = nullptr);
SelectionDAGBuilder.cpp     [all...]

Completed in 2768 milliseconds