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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp95 SmallSetVector<SDNode *, 16> *UpdatedNodes; member in class:__anon1812::SelectionDAGLegalize
106 SmallSetVector<SDNode *, 16> *UpdatedNodes = nullptr)
108 LegalizedNodes(LegalizedNodes), UpdatedNodes(UpdatedNodes) {}
202 if (UpdatedNodes)
203 UpdatedNodes->insert(N);
214 if (UpdatedNodes)
215 UpdatedNodes->insert(New);
224 if (UpdatedNodes)
225 UpdatedNodes
[all...]
H A DDAGCombiner.cpp1439 SmallSetVector<SDNode *, 16> UpdatedNodes; local
1440 bool NIsValid = DAG.LegalizeOp(N, UpdatedNodes);
1442 for (SDNode *LN : UpdatedNodes)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h539 /// UpdatedNodes so that the delta to the DAG can be understood by the
547 /// UpdatedNodes with any new nodes replacing those originally in the DAG.
548 bool LegalizeOp(SDNode *N, SmallSetVector<SDNode *, 16> &UpdatedNodes);

Completed in 138 milliseconds