Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2788 SmallVectorImpl<MatchScope> &MatchScopes; member in __anon4eec30bf0411::MatchStateUpdater
2795 RecordedNodes(RN), MatchScopes(MS) {} in MatchStateUpdater()
2815 for (auto &I : MatchScopes) in NodeDeleted()
2890 SmallVector<MatchScope, 8> MatchScopes; in SelectCodeCommon() local
3015 MatchScopes.push_back(NewEntry); in SelectCodeCommon()
3125 MatchScopes)); in SelectCodeCommon()
3687 if (MatchScopes.empty()) { in SelectCodeCommon()
3694 MatchScope &LastScope = MatchScopes.back(); in SelectCodeCommon()
3727 MatchScopes.pop_back(); in SelectCodeCommon()