Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp988 CHRScope *SubCHRScope = findScopes(SubR.get(), NextSubR, R, Scopes); in findScopes() local
989 if (SubCHRScope) { in findScopes()
990 CHR_DEBUG(dbgs() << "Subregion Scope " << *SubCHRScope << "\n"); in findScopes()
994 if (SubCHRScope) { in findScopes()
996 ConsecutiveSubscope = SubCHRScope; in findScopes()
997 else if (!ConsecutiveSubscope->appendable(SubCHRScope)) { in findScopes()
999 ConsecutiveSubscope = SubCHRScope; in findScopes()
1001 ConsecutiveSubscope->append(SubCHRScope); in findScopes()