Searched refs:SortedScopes (Results 1 – 1 of 1) sorted by relevance
2044 SmallVector<CHRScope *, 8> SortedScopes; in run() local2045 sortScopes(SetScopes, SortedScopes); in run()2046 CHR_DEBUG(dumpScopes(SortedScopes, "Sorted scopes")); in run()2053 if (!SortedScopes.empty()) { in run()2054 transformScopes(SortedScopes); in run()