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 172 /// creates a new node as a child of DomBB dominator node,linking it into
175 MachineBasicBlock *DomBB) {
177 return DT->addNewBlock(BB, DomBB);
LiveVariables.h 294 /// addNewBlock - Add a new basic block BB between DomBB and SuccBB. All
295 /// variables that are live out of DomBB and live into SuccBB will be marked
299 MachineBasicBlock *DomBB,
  /external/llvm/lib/Transforms/Utils/
LCSSA.cpp 95 // along their unwind edge. The code below tests to see whether DomBB
96 // dominates the value, so adjust DomBB to the normal destination block,
98 BasicBlock *DomBB = Inst.getParent();
100 DomBB = Inv->getNormalDest();
102 DomTreeNode *DomNode = DT.getNode(DomBB);
  /external/llvm/lib/Analysis/
IVUsers.cpp 95 BasicBlock *DomBB = Rung->getBlock();
96 Loop *DomLoop = LI->getLoopFor(DomBB);
97 if (DomLoop && DomLoop->getHeader() == DomBB) {
  /external/llvm/include/llvm/Support/
GenericDomTree.h 556 /// creates a new node as a child of DomBB dominator node,linking it into
558 DomTreeNodeBase<NodeT> *addNewBlock(NodeT *BB, NodeT *DomBB) {
560 DomTreeNodeBase<NodeT> *IDomNode = getNode(DomBB);
  /external/llvm/lib/CodeGen/
LiveVariables.cpp 761 /// addNewBlock - Add a new basic block BB as an empty succcessor to DomBB. All
762 /// variables that are live out of DomBB will be marked as passing live through
765 MachineBasicBlock *DomBB,

Completed in 162 milliseconds