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

References

lib/Transforms/Instrumentation/ControlHeightReduction.cpp
 1367     assert(Scope->HoistStopMap.empty() && Scope->CHRRegions.empty() &&
 1367     assert(Scope->HoistStopMap.empty() && Scope->CHRRegions.empty() &&
 1369     setCHRRegions(Scope, Scope);
 1369     setCHRRegions(Scope, Scope);
 1370     Output.push_back(Scope);
 1372         dbgs() << "setCHRRegions HoistStopMap " << *Scope << "\n";
 1373         for (auto pair : Scope->HoistStopMap) {
 1381         for (RegInfo &RI : Scope->CHRRegions) {