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

References

tools/polly/include/polly/ScopDetection.h
  170           Verifying(DC.Verifying), Log(std::move(DC.Log)),
tools/polly/lib/Analysis/ScopDetection.cpp
  355     if (DC.Log.hasErrors())
  387     RejectLog &Log = Context.Log;
 1403     if (!Context.Log.hasErrors()) {
 1407       if (!allBlocksValid(Context) || Context.Log.hasErrors()) {
 1476   bool HasErrors = !RegionIsValid || Context.Log.size() > 0;
 1703     if (DC.Log.hasErrors())
 1704       emitRejectionRemarks(DIt.getFirst(), DC.Log, ORE);
 1833   return DC ? &DC->Log : nullptr;