Lines Matching defs:NodeB
5720 auto *NodeB = DT->getNode(BB2);
5722 assert(NodeB && "Should only process reachable instructions");
5723 assert((NodeA == NodeB) ==
5724 (NodeA->getDFSNumIn() == NodeB->getDFSNumIn()) &&
5726 return NodeA->getDFSNumIn() < NodeB->getDFSNumIn();
12191 auto *NodeB = DT->getNode(B->getParent());
12193 assert(NodeB && "Should only process reachable instructions");
12194 assert((NodeA == NodeB) == (NodeA->getDFSNumIn() == NodeB->getDFSNumIn()) &&
12196 if (NodeA != NodeB)
12197 return NodeA->getDFSNumIn() > NodeB->getDFSNumIn();
13776 auto *NodeB = DT->getNode(I->getParent());
13778 assert(NodeB && "Should only process reachable instructions");
13779 assert((NodeA == NodeB) ==
13780 (NodeA->getDFSNumIn() == NodeB->getDFSNumIn()) &&
13782 if (NodeA->getDFSNumIn() < NodeB->getDFSNumIn())
13812 auto *NodeB = DT->getNode(I->getParent());
13814 assert(NodeB && "Should only process reachable instructions");
13815 assert((NodeA == NodeB) ==
13816 (NodeA->getDFSNumIn() == NodeB->getDFSNumIn()) &&
13818 if (NodeA->getDFSNumIn() > NodeB->getDFSNumIn())