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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp2049 SmallVector<CHRScope *, 8> SortedScopes; local
2050 sortScopes(SetScopes, SortedScopes);
2051 CHR_DEBUG(dumpScopes(SortedScopes, "Sorted scopes"));
2058 if (!SortedScopes.empty()) {
2059 transformScopes(SortedScopes);

Completed in 113 milliseconds