Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Chains

6240       // Make sure the new and old chains are cleaned up.
6704 // Make sure the new and old chains are cleaned up.
7349 // Token chains must be identical.
7900 SmallVector<SDValue, 8> Chains; // List of chains to visit.
7914 Chains.push_back(OriginalChain);
7920 while (!Chains.empty()) {
7921 SDValue Chain = Chains.back();
7922 Chains.pop_back();
7970 Chains.push_back(Chain.getOperand(0));
7986 Chains.push_back(Chain.getOperand(--n));