Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp995 CHRScope *ConsecutiveSubscope = nullptr; in findScopes() local
1010 if (!ConsecutiveSubscope) in findScopes()
1011 ConsecutiveSubscope = SubCHRScope; in findScopes()
1012 else if (!ConsecutiveSubscope->appendable(SubCHRScope)) { in findScopes()
1013 Subscopes.push_back(ConsecutiveSubscope); in findScopes()
1014 ConsecutiveSubscope = SubCHRScope; in findScopes()
1016 ConsecutiveSubscope->append(SubCHRScope); in findScopes()
1018 if (ConsecutiveSubscope) { in findScopes()
1019 Subscopes.push_back(ConsecutiveSubscope); in findScopes()
1021 ConsecutiveSubscope = nullptr; in findScopes()
[all …]