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

/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2189 /// NodeStack - The node stack when the scope was formed.
2190 SmallVector<SDValue, 4> NodeStack; member in struct:__anon10017::MatchScope
2251 SmallVector<SDValue, 8> NodeStack; local
2253 NodeStack.push_back(N);
2378 NewEntry.NodeStack.append(NodeStack.begin(), NodeStack.end());
2391 if (NodeStack.size() > 1)
2392 Parent = NodeStack[NodeStack
[all...]

Completed in 122 milliseconds