Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
469 NodeStack.push_back(NId); in reduce()
475 return NodeStack; in reduce()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp3126 SmallVector<SDValue, 4> NodeStack; member
3177 for (auto &J : I.NodeStack) in NodeDeleted()
3269 SmallVector<SDValue, 8> NodeStack; in SelectCodeCommon() local
3271 NodeStack.push_back(N); in SelectCodeCommon()
3395 NewEntry.NodeStack.append(NodeStack.begin(), NodeStack.end()); in SelectCodeCommon()
3407 if (NodeStack.size() > 1) in SelectCodeCommon()
3408 Parent = NodeStack[NodeStack.size()-2].getNode(); in SelectCodeCommon()
3447 NodeStack.push_back(N); in SelectCodeCommon()
3459 NodeStack.push_back(N); in SelectCodeCommon()
3473 NodeStack.pop_back(); in SelectCodeCommon()
[all …]