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.cpp3181 SmallVector<SDValue, 4> NodeStack; member
3232 for (auto &J : I.NodeStack) in NodeDeleted()
3329 SmallVector<SDValue, 8> NodeStack; in SelectCodeCommon() local
3331 NodeStack.push_back(N); in SelectCodeCommon()
3455 NewEntry.NodeStack.append(NodeStack.begin(), NodeStack.end()); in SelectCodeCommon()
3467 if (NodeStack.size() > 1) in SelectCodeCommon()
3468 Parent = NodeStack[NodeStack.size()-2].getNode(); in SelectCodeCommon()
3507 NodeStack.push_back(N); in SelectCodeCommon()
3519 NodeStack.push_back(N); in SelectCodeCommon()
3533 NodeStack.pop_back(); in SelectCodeCommon()
[all …]