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.cpp1991 dumpScopes(SmallVectorImpl<CHRScope *> &Scopes, const char *Label) { in dumpScopes() function
2014 CHR_DEBUG(dumpScopes(AllScopes, "All scopes")); in run()
2023 CHR_DEBUG(dumpScopes(SplitScopes, "Split scopes")); in run()
2034 CHR_DEBUG(dumpScopes(FilteredScopes, "Filtered scopes")); in run()
2039 CHR_DEBUG(dumpScopes(SetScopes, "Set CHR regions")); in run()
2046 CHR_DEBUG(dumpScopes(SortedScopes, "Sorted scopes")); in run()