Searched refs:MatchScope (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2695 struct MatchScope { struct in namespace:__anon3586
2716 /// (i.e. RecordedNodes and MatchScope) uptodate if the target is allowed to
2723 SmallVectorImpl<MatchScope> &MatchScopes;
2728 SmallVectorImpl<MatchScope> &MS)
2824 SmallVector<MatchScope, 8> MatchScopes;
2939 // Push a MatchScope which indicates where to go if the first child fails
2941 MatchScope NewEntry;
3623 MatchScope &LastScope = MatchScopes.back();

Completed in 67 milliseconds