Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/GlobalISel/
DGIMatchDag.h77 InstrNodesVec InstrNodes; variable
88 : Ctx(Ctx), InstrNodes(), PredicateNodes(), Edges(), in GIMatchDag()
119 return raw_pointer_iterator<InstrNodesVec::iterator>(InstrNodes.begin()); in instr_nodes_begin()
122 return raw_pointer_iterator<InstrNodesVec::iterator>(InstrNodes.end()); in instr_nodes_end()
126 InstrNodes.begin()); in instr_nodes_begin()
130 InstrNodes.end()); in instr_nodes_end()
187 InstrNodes.push_back(std::move(Obj)); in addInstrNode()
221 size_t getNumInstrNodes() const { return InstrNodes.size(); } in getNumInstrNodes()
DGIMatchDag.cpp32 for (const auto &N : InstrNodes) { in writeDOTGraph()
111 for (const auto &N : InstrNodes) { in print()