Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1008 CHRScope *SubCHRScope = findScopes(SubR.get(), NextSubR, R, Scopes); in findScopes() local
1009 if (SubCHRScope) { in findScopes()
1010 CHR_DEBUG(dbgs() << "Subregion Scope " << *SubCHRScope << "\n"); in findScopes()
1014 if (SubCHRScope) { in findScopes()
1016 ConsecutiveSubscope = SubCHRScope; in findScopes()
1017 else if (!ConsecutiveSubscope->appendable(SubCHRScope)) { in findScopes()
1019 ConsecutiveSubscope = SubCHRScope; in findScopes()
1021 ConsecutiveSubscope->append(SubCHRScope); in findScopes()