Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp984 CHRScope *SubCHRScope = findScopes(SubR.get(), NextSubR, R, Scopes); in findScopes() local
985 if (SubCHRScope) { in findScopes()
986 CHR_DEBUG(dbgs() << "Subregion Scope " << *SubCHRScope << "\n"); in findScopes()
990 if (SubCHRScope) { in findScopes()
992 ConsecutiveSubscope = SubCHRScope; in findScopes()
993 else if (!ConsecutiveSubscope->appendable(SubCHRScope)) { in findScopes()
995 ConsecutiveSubscope = SubCHRScope; in findScopes()
997 ConsecutiveSubscope->append(SubCHRScope); in findScopes()