Searched refs:EnforceNodeIdInvariant (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h112 static void EnforceNodeIdInvariant(SDNode *N);
207 EnforceNodeIdInvariant(T.getNode());
215 EnforceNodeIdInvariant(T[i].getNode());
222 EnforceNodeIdInvariant(T);
228 EnforceNodeIdInvariant(T);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1034 void SelectionDAGISel::EnforceNodeIdInvariant(SDNode *Node) { function in class:SelectionDAGISel
1050 // InvalidateNodeId - As discusses in EnforceNodeIdInvariant, mark a
1119 // selections. See comment in EnforceNodeIdInvariant for more
2465 EnforceNodeIdInvariant(Res);

Completed in 125 milliseconds