Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2756 SmallVectorImpl<MatchScope> &MatchScopes; member in __anone743f0c40411::MatchStateUpdater
2763 RecordedNodes(RN), MatchScopes(MS) {} in MatchStateUpdater()
2783 for (auto &I : MatchScopes) in NodeDeleted()
2867 SmallVector<MatchScope, 8> MatchScopes; in SelectCodeCommon() local
2992 MatchScopes.push_back(NewEntry); in SelectCodeCommon()
3102 MatchScopes)); in SelectCodeCommon()
3666 if (MatchScopes.empty()) { in SelectCodeCommon()
3673 MatchScope &LastScope = MatchScopes.back(); in SelectCodeCommon()
3706 MatchScopes.pop_back(); in SelectCodeCommon()