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.cpp3204 SmallVectorImpl<MatchScope> &MatchScopes; member in __anoncb0c1b940511::MatchStateUpdater
3211 RecordedNodes(RN), MatchScopes(MS) {} in MatchStateUpdater()
3231 for (auto &I : MatchScopes) in NodeDeleted()
3335 SmallVector<MatchScope, 8> MatchScopes; in SelectCodeCommon() local
3461 MatchScopes.push_back(NewEntry); in SelectCodeCommon()
3621 MatchScopes)); in SelectCodeCommon()
4343 if (MatchScopes.empty()) { in SelectCodeCommon()
4350 MatchScope &LastScope = MatchScopes.back(); in SelectCodeCommon()
4383 MatchScopes.pop_back(); in SelectCodeCommon()