Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp2562 SmallVectorImpl<MatchScope> &MatchScopes; member in __anonab064bb60211::MatchStateUpdater
2568 RecordedNodes(RN), MatchScopes(MS) { } in MatchStateUpdater()
2585 for (auto &I : MatchScopes) in NodeDeleted()
2644 SmallVector<MatchScope, 8> MatchScopes; in SelectCodeCommon() local
2772 MatchScopes.push_back(NewEntry); in SelectCodeCommon()
2852 MatchScopes)); in SelectCodeCommon()
3364 if (MatchScopes.empty()) { in SelectCodeCommon()
3371 MatchScope &LastScope = MatchScopes.back(); in SelectCodeCommon()
3406 MatchScopes.pop_back(); in SelectCodeCommon()