Lines Matching defs:node
343 CurrentGeneration(cg), ChildGeneration(cg), Node(n),
352 DomTreeNode *node() { return Node; }
370 DomTreeNode *Node;
377 bool processNode(DomTreeNode *Node);
400 bool EarlyCSE::processNode(DomTreeNode *Node) {
401 BasicBlock *BB = Node->getBlock();
404 // of the domtree node and all of the live out memory values are still current
577 // Process the root node.
590 // the node from the stack, and process it.
596 // Check if the node needs to be processed.
598 // Process the node.
599 Changed |= processNode(NodeToProcess->node());