Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp980 CHRScope *ConsecutiveSubscope = nullptr; in findScopes() local
995 if (!ConsecutiveSubscope) in findScopes()
996 ConsecutiveSubscope = SubCHRScope; in findScopes()
998 Subscopes.push_back(ConsecutiveSubscope); in findScopes()
999 ConsecutiveSubscope = SubCHRScope; in findScopes()
1001 ConsecutiveSubscope->append(SubCHRScope); in findScopes()
1003 if (ConsecutiveSubscope) { in findScopes()
1004 Subscopes.push_back(ConsecutiveSubscope); in findScopes()
1006 ConsecutiveSubscope = nullptr; in findScopes()
1009 if (ConsecutiveSubscope) { in findScopes()
[all …]