Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp980 CHRScope *SubCHRScope = findScopes(SubR.get(), NextSubR, R, Scopes); in findScopes() local
981 if (SubCHRScope) { in findScopes()
982 CHR_DEBUG(dbgs() << "Subregion Scope " << *SubCHRScope << "\n"); in findScopes()
986 if (SubCHRScope) { in findScopes()
988 ConsecutiveSubscope = SubCHRScope; in findScopes()
989 else if (!ConsecutiveSubscope->appendable(SubCHRScope)) { in findScopes()
991 ConsecutiveSubscope = SubCHRScope; in findScopes()
993 ConsecutiveSubscope->append(SubCHRScope); in findScopes()