HomeSort by relevance Sort by last modified time
    Searched refs:UpdatedNodes (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 65 SmallSetVector<SDNode *, 16> *UpdatedNodes;
76 SmallSetVector<SDNode *, 16> *UpdatedNodes = nullptr)
78 LegalizedNodes(LegalizedNodes), UpdatedNodes(UpdatedNodes) {}
159 if (UpdatedNodes)
160 UpdatedNodes->insert(N);
172 if (UpdatedNodes)
173 UpdatedNodes->insert(New);
182 if (UpdatedNodes)
183 UpdatedNodes->insert(New.getNode())
    [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 375 /// UpdatedNodes so that the delta to the DAG can be understood by the
383 /// UpdatedNodes with any new nodes replacing those originally in the DAG.
384 bool LegalizeOp(SDNode *N, SmallSetVector<SDNode *, 16> &UpdatedNodes);
    [all...]

Completed in 1130 milliseconds