HomeSort by relevance Sort by last modified time
    Searched refs:DomBB (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineDominators.h 130 /// creates a new node as a child of DomBB dominator node,linking it into
133 MachineBasicBlock *DomBB) {
134 return DT->addNewBlock(BB, DomBB);
LiveVariables.h 290 /// addNewBlock - Add a new basic block BB between DomBB and SuccBB. All
291 /// variables that are live out of DomBB and live into SuccBB will be marked
295 MachineBasicBlock *DomBB,
  /external/llvm/lib/Transforms/Utils/
LCSSA.cpp 86 // along their unwind edge. The code below tests to see whether DomBB
88 // the value, so adjust DomBB to the normal destination block, which is
90 BasicBlock *DomBB = Inst.getParent();
92 DomBB = Inv->getNormalDest();
94 DomTreeNode *DomNode = DT.getNode(DomBB);
  /external/llvm/lib/Analysis/
IVUsers.cpp 91 BasicBlock *DomBB = Rung->getBlock();
92 Loop *DomLoop = LI->getLoopFor(DomBB);
93 if (DomLoop && DomLoop->getHeader() == DomBB) {
  /external/llvm/include/llvm/Support/
GenericDomTree.h 508 /// creates a new node as a child of DomBB dominator node,linking it into
510 DomTreeNodeBase<NodeT> *addNewBlock(NodeT *BB, NodeT *DomBB) {
512 DomTreeNodeBase<NodeT> *IDomNode = getNode(DomBB);
  /external/llvm/lib/CodeGen/
LiveVariables.cpp 778 /// addNewBlock - Add a new basic block BB as an empty succcessor to DomBB. All
779 /// variables that are live out of DomBB will be marked as passing live through
782 MachineBasicBlock *DomBB,

Completed in 485 milliseconds