Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2802 SmallVectorImpl<MatchScope> &MatchScopes; member in __anon75d0bdc80411::MatchStateUpdater
2809 RecordedNodes(RN), MatchScopes(MS) {} in MatchStateUpdater()
2829 for (auto &I : MatchScopes) in NodeDeleted()
2907 SmallVector<MatchScope, 8> MatchScopes; in SelectCodeCommon() local
3032 MatchScopes.push_back(NewEntry); in SelectCodeCommon()
3142 MatchScopes)); in SelectCodeCommon()
3704 if (MatchScopes.empty()) { in SelectCodeCommon()
3711 MatchScope &LastScope = MatchScopes.back(); in SelectCodeCommon()
3744 MatchScopes.pop_back(); in SelectCodeCommon()