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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1010 CHRScope *SubCHRScope = findScopes(SubR.get(), NextSubR, R, Scopes); local
1011 if (SubCHRScope) {
1012 CHR_DEBUG(dbgs() << "Subregion Scope " << *SubCHRScope << "\n");
1016 if (SubCHRScope) {
1018 ConsecutiveSubscope = SubCHRScope;
1019 else if (!ConsecutiveSubscope->appendable(SubCHRScope)) {
1021 ConsecutiveSubscope = SubCHRScope;
1023 ConsecutiveSubscope->append(SubCHRScope);

Completed in 113 milliseconds