Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/GlobalISel/
DGIMatchDag.h81 std::vector<GIMatchDagInstr *> MatchRoots; variable
112 return make_range(MatchRoots.begin(), MatchRoots.end()); in roots()
115 return make_range(MatchRoots.begin(), MatchRoots.end()); in roots()
228 void addMatchRoot(GIMatchDagInstr *N) { MatchRoots.push_back(N); } in addMatchRoot()