Lines Matching full:getnode
294 DomTreeNodeBase<NodeT> *NewBBSuccNode = DT.getNode(NewBBSucc);
332 /// getNode - return the (Post)DominatorTree node for the specified basic
335 inline DomTreeNodeBase<NodeT> *getNode(NodeT *BB) const {
368 return isReachableFromEntry(getNode(const_cast<NodeT *>(A)));
443 DomTreeNodeBase<NodeT> *NodeA = getNode(A);
444 DomTreeNodeBase<NodeT> *NodeB = getNode(B);
482 assert(getNode(BB) == 0 && "Block already in dominator tree!");
483 DomTreeNodeBase<NodeT> *IDomNode = getNode(DomBB);
501 changeImmediateDominator(getNode(BB), getNode(NewBB));
508 DomTreeNodeBase<NodeT> *Node = getNode(BB);
531 assert(getNode(BB) && "Removing node that isn't in dominator tree.");
622 if (DomTreeNodeBase<NodeT> *Node = getNode(BB))
688 // from getNode.
689 return dominates(getNode(const_cast<NodeT *>(A)),
690 getNode(const_cast<NodeT *>(B)));
700 // from getNode.
701 return dominates(getNode(const_cast<NodeT *>(A)),
702 getNode(const_cast<NodeT *>(B)));
818 return DT->getNode(BB);
821 /// getNode - return the (Post)DominatorTree node for the specified basic
824 inline DomTreeNode *getNode(BasicBlock *BB) const {
825 return DT->getNode(BB);