Searched refs:PendingExports (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp303 SelectionDAGBuilder &Builder, SmallVectorImpl<SDValue> &PendingExports) {
687 lowerCallFromStatepointLoweringInfo(SI, *this, PendingExports);
946 PendingExports.push_back(Chain);
301 lowerCallFromStatepointLoweringInfo( SelectionDAGBuilder::StatepointLoweringInfo &SI, SelectionDAGBuilder &Builder, SmallVectorImpl<SDValue> &PendingExports) argument
H A DSelectionDAGBuilder.h141 SmallVector<SDValue, 8> PendingExports; member in class:llvm::SelectionDAGBuilder
149 /// terminator instruction (like PendingExports). We track the latter
473 /// flush all the PendingExports (and PendingConstrainedFPStrict) items.
H A DSelectionDAGBuilder.cpp1030 PendingExports.clear();
1096 // so append them to the PendingExports list.
1097 PendingExports.append(PendingConstrainedFPStrict.begin(),
1100 return updateRoot(PendingExports);
7068 // Both PendingLoads and PendingExports must be flushed here;
7090 PendingExports.clear();
9453 PendingExports.push_back(Chain);

Completed in 124 milliseconds