Home
last modified time | relevance | path

Searched refs:ChainNode (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2382 SDNode *ChainNode = ChainNodesMatched[i]; in UpdateChains() local
2385 if (!ChainNode) in UpdateChains()
2388 assert(ChainNode->getOpcode() != ISD::DELETED_NODE && in UpdateChains()
2393 if (ChainNode == NodeToMatch && isMorphNodeTo) in UpdateChains()
2396 SDValue ChainVal = SDValue(ChainNode, ChainNode->getNumValues()-1); in UpdateChains()
2405 if (ChainNode->getOpcode() != ISD::TokenFactor) in UpdateChains()
2409 if (ChainNode != NodeToMatch && ChainNode->use_empty() && in UpdateChains()
2410 !llvm::is_contained(NowDeadNodes, ChainNode)) in UpdateChains()
2411 NowDeadNodes.push_back(ChainNode); in UpdateChains()