Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp3015 SmallVectorImpl<MatchScope> &MatchScopes; member in __anona6baf40a0511::MatchStateUpdater
3022 RecordedNodes(RN), MatchScopes(MS) {} in MatchStateUpdater()
3042 for (auto &I : MatchScopes) in NodeDeleted()
3132 SmallVector<MatchScope, 8> MatchScopes; in SelectCodeCommon() local
3258 MatchScopes.push_back(NewEntry); in SelectCodeCommon()
3419 MatchScopes)); in SelectCodeCommon()
4143 if (MatchScopes.empty()) { in SelectCodeCommon()
4150 MatchScope &LastScope = MatchScopes.back(); in SelectCodeCommon()
4183 MatchScopes.pop_back(); in SelectCodeCommon()