Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h702 struct DefStack { struct
703 DefStack() = default;
710 using value_type = DefStack::value_type;
733 friend struct DefStack;
735 Iterator(const DefStack &S, bool Top);
739 const DefStack &DS;
772 using DefStackMap = std::unordered_map<RegisterId, DefStack>;
875 template <typename T> void linkRefUp(Instr IA, NodeAddr<T> TA, DefStack &DS);
991 const Print<DataFlowGraph::DefStack> &P);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp318 const Print<DataFlowGraph::DefStack> &P) { in operator <<()
658 DataFlowGraph::DefStack::Iterator::Iterator(const DataFlowGraph::DefStack &S, in Iterator()
673 unsigned DataFlowGraph::DefStack::size() const { in size()
683 void DataFlowGraph::DefStack::pop() { in pop()
690 void DataFlowGraph::DefStack::start_block(NodeId N) { in start_block()
698 void DataFlowGraph::DefStack::clear_block(NodeId N) { in clear_block()
712 unsigned DataFlowGraph::DefStack::nextUp(unsigned P) const { in nextUp()
727 unsigned DataFlowGraph::DefStack::nextDown(unsigned P) const { in nextDown()
1546 void DataFlowGraph::linkRefUp(Instr IA, NodeAddr<T> TA, DefStack &DS) { in linkRefUp()
1607 DefStack &DS = F->second; in linkStmtRefs()