Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp972 CHRScope *ConsecutiveSubscope = nullptr; in findScopes() local
987 if (!ConsecutiveSubscope) in findScopes()
988 ConsecutiveSubscope = SubCHRScope; in findScopes()
990 Subscopes.push_back(ConsecutiveSubscope); in findScopes()
991 ConsecutiveSubscope = SubCHRScope; in findScopes()
993 ConsecutiveSubscope->append(SubCHRScope); in findScopes()
995 if (ConsecutiveSubscope) { in findScopes()
996 Subscopes.push_back(ConsecutiveSubscope); in findScopes()
998 ConsecutiveSubscope = nullptr; in findScopes()
1001 if (ConsecutiveSubscope) { in findScopes()
[all …]