reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Instrumentation/ControlHeightReduction.cpp
 1011       if (!ConsecutiveSubscope)
 1012         ConsecutiveSubscope = SubCHRScope;
 1013       else if (!ConsecutiveSubscope->appendable(SubCHRScope)) {
 1014         Subscopes.push_back(ConsecutiveSubscope);
 1015         ConsecutiveSubscope = SubCHRScope;
 1017         ConsecutiveSubscope->append(SubCHRScope);
 1019       if (ConsecutiveSubscope) {
 1020         Subscopes.push_back(ConsecutiveSubscope);
 1022       ConsecutiveSubscope = nullptr;
 1025   if (ConsecutiveSubscope) {
 1026     Subscopes.push_back(ConsecutiveSubscope);