Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:OutChains

6268   SmallVector<SDValue, 8> OutChains;
6275 OutChains.push_back(Val);
6278 if (!OutChains.empty())
6280 &OutChains[0], OutChains.size());