Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:PendingExports

883   PendingExports.clear();
923 /// PendingLoad items, flush all the PendingExports items. It is necessary
929 if (PendingExports.empty())
934 unsigned i = 0, e = PendingExports.size();
936 assert(PendingExports[i].getNode()->getNumOperands() > 1);
937 if (PendingExports[i].getNode()->getOperand(0) == Root)
942 PendingExports.push_back(Root);
946 &PendingExports[0],
947 PendingExports.size());
948 PendingExports.clear();
5305 // Both PendingLoads and PendingExports must be flushed here;
5373 PendingExports.clear();
6627 PendingExports.push_back(Chain);