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

References

tools/polly/lib/Analysis/ScopDetection.cpp
 1151             if (Load && InvariantLS.count(Load))
 1151             if (Load && InvariantLS.count(Load))
 1153             if (Load && isHoistableLoad(Load, Context.CurRegion, LI, SE, DT,
 1153             if (Load && isHoistableLoad(Load, Context.CurRegion, LI, SE, DT,
 1155               if (VariantLS.count(Load))
 1156                 VariantLS.remove(Load);
 1157               Context.RequiredILS.insert(Load);
 1158               InvariantLS.insert(Load);
 1161               VariantLS.insert(Load);