Searched refs:MatchScopes (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2723 SmallVectorImpl<MatchScope> &MatchScopes; member in class:__anon3586::MatchStateUpdater
2730 RecordedNodes(RN), MatchScopes(MS) {}
2750 for (auto &I : MatchScopes)
2822 // MatchScopes - Scopes used when matching, if a match failure happens, this
2824 SmallVector<MatchScope, 8> MatchScopes; local
2949 MatchScopes.push_back(NewEntry);
3059 MatchScopes));
3616 if (MatchScopes.empty()) {
3623 MatchScope &LastScope = MatchScopes.back();
3656 MatchScopes
[all...]

Completed in 42 milliseconds