Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h431 std::vector<NodeId> NodeStack; in reduce() local
439 NodeStack.push_back(NId); in reduce()
461 NodeStack.push_back(NId); in reduce()
470 NodeStack.push_back(NId); in reduce()
476 return NodeStack; in reduce()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2903 NodeStack.push_back(N); in SelectCodeCommon()
3026 NewEntry.NodeStack.append(NodeStack.begin(), NodeStack.end()); in SelectCodeCommon()
3039 Parent = NodeStack[NodeStack.size()-2].getNode(); in SelectCodeCommon()
3078 NodeStack.push_back(N); in SelectCodeCommon()
3096 NodeStack.pop_back(); in SelectCodeCommon()
3098 N = NodeStack.back(); in SelectCodeCommon()
3295 if (!IsProfitableToFold(N, NodeStack[NodeStack.size()-2].getNode(), in SelectCodeCommon()
3297 !IsLegalToFold(N, NodeStack[NodeStack.size()-2].getNode(), in SelectCodeCommon()
3713 NodeStack.clear(); in SelectCodeCommon()
3714 NodeStack.append(LastScope.NodeStack.begin(), LastScope.NodeStack.end()); in SelectCodeCommon()
[all …]