Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1000 CHRScope *ConsecutiveSubscope = nullptr; in findScopes() local
1015 if (!ConsecutiveSubscope) in findScopes()
1016 ConsecutiveSubscope = SubCHRScope; in findScopes()
1018 Subscopes.push_back(ConsecutiveSubscope); in findScopes()
1019 ConsecutiveSubscope = SubCHRScope; in findScopes()
1021 ConsecutiveSubscope->append(SubCHRScope); in findScopes()
1023 if (ConsecutiveSubscope) { in findScopes()
1024 Subscopes.push_back(ConsecutiveSubscope); in findScopes()
1026 ConsecutiveSubscope = nullptr; in findScopes()
1029 if (ConsecutiveSubscope) { in findScopes()
[all …]