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 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/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 1000 milliseconds