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>;
874 template <typename T> void linkRefUp(Instr IA, NodeAddr<T> TA, DefStack &DS);
990 const Print<DataFlowGraph::DefStack> &P);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp319 const Print<DataFlowGraph::DefStack> &P) { in operator <<()
659 DataFlowGraph::DefStack::Iterator::Iterator(const DataFlowGraph::DefStack &S, in Iterator()
674 unsigned DataFlowGraph::DefStack::size() const { in size()
684 void DataFlowGraph::DefStack::pop() { in pop()
691 void DataFlowGraph::DefStack::start_block(NodeId N) { in start_block()
699 void DataFlowGraph::DefStack::clear_block(NodeId N) { in clear_block()
713 unsigned DataFlowGraph::DefStack::nextUp(unsigned P) const { in nextUp()
728 unsigned DataFlowGraph::DefStack::nextDown(unsigned P) const { in nextDown()
1507 void DataFlowGraph::linkRefUp(Instr IA, NodeAddr<T> TA, DefStack &DS) { in linkRefUp()
1570 DefStack &DS = F->second; in linkStmtRefs()