Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp737 for (const std::string &DepVar : DepVars) { in DumpDepVars() local
738 DEBUG(errs() << DepVar << " "); in DumpDepVars()
/external/llvm-project/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp4389 for (const auto &DepVar : DepVars) { in DumpDepVars() local
4390 LLVM_DEBUG(errs() << DepVar.getKey() << " "); in DumpDepVars()