Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1982 dumpScopes(SmallVectorImpl<CHRScope *> &Scopes, const char *Label) { in dumpScopes() function
2005 CHR_DEBUG(dumpScopes(AllScopes, "All scopes")); in run()
2014 CHR_DEBUG(dumpScopes(SplitScopes, "Split scopes")); in run()
2025 CHR_DEBUG(dumpScopes(FilteredScopes, "Filtered scopes")); in run()
2030 CHR_DEBUG(dumpScopes(SetScopes, "Set CHR regions")); in run()
2037 CHR_DEBUG(dumpScopes(SortedScopes, "Sorted scopes")); in run()