Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/utils/TableGen/
HDCodeGenDAGPatterns.cpp681 static void FindDepVarsOf(TreePatternNode *N, DepVarMap &DepMap) { in FindDepVarsOf() function
687 FindDepVarsOf(N->getChild(i), DepMap); in FindDepVarsOf()
694 FindDepVarsOf(N, depcounts); in FindDepVars()