Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h432 std::vector<NodeId> NodeStack; in reduce() local
440 NodeStack.push_back(NId); in reduce()
462 NodeStack.push_back(NId); in reduce()
471 NodeStack.push_back(NId); in reduce()
477 return NodeStack; in reduce()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2863 NodeStack.push_back(N); in SelectCodeCommon()
2986 NewEntry.NodeStack.append(NodeStack.begin(), NodeStack.end()); in SelectCodeCommon()
2999 Parent = NodeStack[NodeStack.size()-2].getNode(); in SelectCodeCommon()
3038 NodeStack.push_back(N); in SelectCodeCommon()
3056 NodeStack.pop_back(); in SelectCodeCommon()
3058 N = NodeStack.back(); in SelectCodeCommon()
3255 if (!IsProfitableToFold(N, NodeStack[NodeStack.size()-2].getNode(), in SelectCodeCommon()
3257 !IsLegalToFold(N, NodeStack[NodeStack.size()-2].getNode(), in SelectCodeCommon()
3675 NodeStack.clear(); in SelectCodeCommon()
3676 NodeStack.append(LastScope.NodeStack.begin(), LastScope.NodeStack.end()); in SelectCodeCommon()
[all …]