Home | History | Annotate | Download | only in TableGen

Lines Matching full:depcounts

722   DepVarMap depcounts;
723 FindDepVarsOf(N, depcounts);
724 for (const std::pair<std::string, int> &Pair : depcounts) {