Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:OutChains

6373   SmallVector<SDValue, 8> OutChains;
6380 OutChains.push_back(Val);
6383 if (!OutChains.empty())
6385 &OutChains[0], OutChains.size());