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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1002 CHRScope *ConsecutiveSubscope = nullptr; local
1017 if (!ConsecutiveSubscope)
1018 ConsecutiveSubscope = SubCHRScope;
1019 else if (!ConsecutiveSubscope->appendable(SubCHRScope)) {
1020 Subscopes.push_back(ConsecutiveSubscope);
1021 ConsecutiveSubscope = SubCHRScope;
1023 ConsecutiveSubscope->append(SubCHRScope);
1025 if (ConsecutiveSubscope) {
1026 Subscopes.push_back(ConsecutiveSubscope);
1028 ConsecutiveSubscope
[all...]

Completed in 109 milliseconds