Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDag.h76 InstrNodesVec InstrNodes; variable
116 return raw_pointer_iterator<InstrNodesVec::iterator>(InstrNodes.begin()); in instr_nodes_begin()
119 return raw_pointer_iterator<InstrNodesVec::iterator>(InstrNodes.end()); in instr_nodes_end()
123 InstrNodes.begin()); in instr_nodes_begin()
127 InstrNodes.end()); in instr_nodes_end()
184 InstrNodes.push_back(std::move(Obj)); in addInstrNode()
218 size_t getNumInstrNodes() const { return InstrNodes.size(); } in getNumInstrNodes()
H A DGIMatchDag.cpp32 for (const auto &N : InstrNodes) { in writeDOTGraph()
111 for (const auto &N : InstrNodes) { in print()