HomeSort by relevance Sort by last modified time
    Searched refs:SuccMBB (Results 1 - 7 of 7) 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->isEHPad())
LiveVariables.cpp 604 MachineBasicBlock *SuccMBB = *SI;
605 if (SuccMBB->isEHPad())
607 for (const auto &LI : SuccMBB->liveins()) {
748 for (const MachineBasicBlock *SuccMBB : MBB.successors()) {
750 unsigned SuccIdx = SuccMBB->getNumber();
754 if (Kills.count(SuccMBB))
  /external/llvm/lib/CodeGen/MIRParser/
MIParser.cpp 448 MachineBasicBlock *SuccMBB = nullptr;
449 if (parseMBBReference(SuccMBB))
462 MBB.addSuccessor(SuccMBB, BranchProbability::getRaw(Weight));
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
SelectionDAGBuilder.h 559 /// has not been created yet (i.e. if SuccMBB = 0), then the machine basic
564 MachineBasicBlock *SuccMBB = nullptr);
    [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 291 milliseconds