Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2991 NodeStack.push_back(N); in SelectCodeCommon()
3114 NewEntry.NodeStack.append(NodeStack.begin(), NodeStack.end()); in SelectCodeCommon()
3127 Parent = NodeStack[NodeStack.size()-2].getNode(); in SelectCodeCommon()
3166 NodeStack.push_back(N); in SelectCodeCommon()
3184 NodeStack.pop_back(); in SelectCodeCommon()
3186 N = NodeStack.back(); in SelectCodeCommon()
3366 if (!IsProfitableToFold(N, NodeStack[NodeStack.size()-2].getNode(), in SelectCodeCommon()
3368 !IsLegalToFold(N, NodeStack[NodeStack.size()-2].getNode(), in SelectCodeCommon()
3759 NodeStack.clear(); in SelectCodeCommon()
3760 NodeStack.append(LastScope.NodeStack.begin(), LastScope.NodeStack.end()); in SelectCodeCommon()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h430 std::vector<NodeId> NodeStack; in reduce() local
438 NodeStack.push_back(NId); in reduce()
460 NodeStack.push_back(NId); in reduce()
469 NodeStack.push_back(NId); in reduce()
475 return NodeStack; in reduce()