Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp3149 SmallVectorImpl<MatchScope> &MatchScopes; member in __anoncb0c1b940511::MatchStateUpdater
3156 RecordedNodes(RN), MatchScopes(MS) {} in MatchStateUpdater()
3176 for (auto &I : MatchScopes) in NodeDeleted()
3275 SmallVector<MatchScope, 8> MatchScopes; in SelectCodeCommon() local
3401 MatchScopes.push_back(NewEntry); in SelectCodeCommon()
3562 MatchScopes)); in SelectCodeCommon()
4286 if (MatchScopes.empty()) { in SelectCodeCommon()
4293 MatchScope &LastScope = MatchScopes.back(); in SelectCodeCommon()
4326 MatchScopes.pop_back(); in SelectCodeCommon()