Searched refs:UpdateChains (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h362 void UpdateChains(SDNode *NodeToMatch, SDValue InputChain,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1021 // UpdateChains).
2293 void SelectionDAGISel::UpdateChains( function in class:SelectionDAGISel
3193 // a single use (ignoring chains, which are handled in UpdateChains).
3555 UpdateChains(Res, InputChain, ChainNodesMatched, true);
3589 UpdateChains(NodeToMatch, InputChain, ChainNodesMatched, false);

Completed in 118 milliseconds