HomeSort by relevance Sort by last modified time
    Searched refs:SuccMBB (Results 1 - 24 of 24) 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-7.0/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))
BranchFolding.cpp 506 // CurMBB needs to add an unconditional branch to SuccMBB (we removed these
509 // test and conditionally branching to SuccMBB instead.
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86FlagsCopyLowering.cpp 654 for (MachineBasicBlock *SuccMBB : UseMBB.successors())
655 if (SuccMBB->isLiveIn(X86::EFLAGS) &&
656 VisitedBlocks.insert(SuccMBB).second) {
670 if (SuccMBB == TestMBB || !MDT->dominates(TestMBB, SuccMBB)) {
679 SuccMBB->dump();
686 Blocks.push_back(SuccMBB);
    [all...]
X86SpeculativeLoadHardening.cpp 575 for (MachineBasicBlock *SuccMBB : MBB.successors())
576 if (!SuccMBB->isEHPad())
577 Blocks.insert(SuccMBB);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUMachineCFGStructurizer.cpp     [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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
MIParser.cpp 571 MachineBasicBlock *SuccMBB = nullptr;
572 if (parseMBBReference(SuccMBB))
586 MBB.addSuccessor(SuccMBB, BranchProbability::getRaw(Weight));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
SelectionDAGBuilder.h 570 /// has not been created yet (i.e. if SuccMBB = 0), then the machine basic
575 MachineBasicBlock *SuccMBB = nullptr);
    [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 992 milliseconds