Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1990 dumpScopes(SmallVectorImpl<CHRScope *> &Scopes, const char *Label) { in dumpScopes() function
2013 CHR_DEBUG(dumpScopes(AllScopes, "All scopes")); in run()
2022 CHR_DEBUG(dumpScopes(SplitScopes, "Split scopes")); in run()
2033 CHR_DEBUG(dumpScopes(FilteredScopes, "Filtered scopes")); in run()
2038 CHR_DEBUG(dumpScopes(SetScopes, "Set CHR regions")); in run()
2045 CHR_DEBUG(dumpScopes(SortedScopes, "Sorted scopes")); in run()