Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp70 std::vector<std::string> VecIncludeStrings; member in __anon5c6645320211::MatcherTableEmitter
77 VecIncludeStrings.push_back(std::move(include_loc)); in getPatternIdxFromTable()
78 return VecIncludeStrings.size() - 1; in getPatternIdxFromTable()
385 assert(VecPatterns.size() == VecIncludeStrings.size() && in EmitPatternMatchTable()
407 for (const auto &It : VecIncludeStrings) { in EmitPatternMatchTable()