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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2153 /// NodeStack - The node stack when the scope was formed.
2154 SmallVector<SDValue, 4> NodeStack; member in struct:__anon7416::MatchScope
2213 SmallVector<SDValue, 8> NodeStack; local
2215 NodeStack.push_back(N);
2340 NewEntry.NodeStack.append(NodeStack.begin(), NodeStack.end());
2353 if (NodeStack.size() > 1)
2354 Parent = NodeStack[NodeStack
[all...]

Completed in 69 milliseconds