HomeSort by: relevance | last modified time | path
    Searched refs:DefStack (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
RDFGraph.h 669 struct DefStack {
670 DefStack() = default;
677 using value_type = DefStack::value_type;
694 friend struct DefStack;
696 Iterator(const DefStack &S, bool Top);
699 // the top of the DefStack.
700 const DefStack &DS;
732 // Map: Register (physical or virtual) -> DefStack
733 using DefStackMap = std::unordered_map<RegisterId, DefStack>;
852 NodeAddr<T> TA, DefStack &DS)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RDFGraph.cpp 321 const Print<DataFlowGraph::DefStack> &P) {
664 DataFlowGraph::DefStack::Iterator::Iterator(const DataFlowGraph::DefStack &S,
678 unsigned DataFlowGraph::DefStack::size() const {
688 void DataFlowGraph::DefStack::pop() {
695 void DataFlowGraph::DefStack::start_block(NodeId N) {
703 void DataFlowGraph::DefStack::clear_block(NodeId N) {
717 unsigned DataFlowGraph::DefStack::nextUp(unsigned P) const {
732 unsigned DataFlowGraph::DefStack::nextDown(unsigned P) const {
1564 DefStack &DS)
    [all...]

Completed in 16 milliseconds