Searched refs:MatchRoots (Results 1 – 1 of 1) sorted by relevance
81 std::vector<GIMatchDagInstr *> MatchRoots; variable112 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()