Searched refs:DomBB (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineDominators.h172 /// creates a new node as a child of DomBB dominator node,linking it into
175 MachineBasicBlock *DomBB) {
177 return DT->addNewBlock(BB, DomBB);
174 addNewBlock(MachineBasicBlock *BB, MachineBasicBlock *DomBB) argument
H A DLiveVariables.h294 /// 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/Analysis/
H A DIVUsers.cpp92 BasicBlock *DomBB = Rung->getBlock(); local
93 Loop *DomLoop = LI->getLoopFor(DomBB);
94 if (DomLoop && DomLoop->getHeader() == DomBB) {
/external/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp86 // 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(); local
92 DomBB = Inv->getNormalDest();
94 DomTreeNode *DomNode = DT.getNode(DomBB);
/external/llvm/include/llvm/Support/
H A DGenericDomTree.h554 /// creates a new node as a child of DomBB dominator node,linking it into
556 DomTreeNodeBase<NodeT> *addNewBlock(NodeT *BB, NodeT *DomBB) { argument
558 DomTreeNodeBase<NodeT> *IDomNode = getNode(DomBB);
/external/llvm/lib/CodeGen/
H A DLiveVariables.cpp783 /// addNewBlock - Add a new basic block BB as an empty succcessor to DomBB. All
784 /// variables that are live out of DomBB will be marked as passing live through
787 MachineBasicBlock *DomBB,
786 addNewBlock(MachineBasicBlock *BB, MachineBasicBlock *DomBB, MachineBasicBlock *SuccBB) argument

Completed in 137 milliseconds