HomeSort by relevance Sort by last modified time
    Searched refs:SuccMBB (Results 1 - 13 of 13) 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 605 MachineBasicBlock *SuccMBB = *SI;
606 if (SuccMBB->isEHPad())
608 for (const auto &LI : SuccMBB->liveins()) {
749 for (const MachineBasicBlock *SuccMBB : MBB.successors()) {
751 unsigned SuccIdx = SuccMBB->getNumber();
755 if (Kills.count(SuccMBB))
  /external/swiftshader/third_party/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 711 MachineBasicBlock *SuccMBB = *SI;
714 unsigned SuccIdx = SuccMBB->getNumber();
717 OpSuccBlocks.push_back(SuccMBB);
724 MachineBasicBlock *SuccMBB = OpSuccBlocks[0];
726 if (VI.Kills[i]->getParent() == SuccMBB)
VirtRegRewriter.cpp 464 MachineBasicBlock *SuccMBB = *SI;
465 if (SuccMBB->pred_size() == 1)
466 Succs.push_back(SuccMBB);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/CodeGen/MIRParser/
MIParser.cpp 458 MachineBasicBlock *SuccMBB = nullptr;
459 if (parseMBBReference(SuccMBB))
472 MBB.addSuccessor(SuccMBB, BranchProbability::getRaw(Weight));
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
SelectionDAGBuilder.h 553 /// has not been created yet (i.e. if SuccMBB = 0), then the machine basic
558 MachineBasicBlock *SuccMBB = nullptr);
    [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 391 milliseconds