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

References

tools/clang/lib/CodeGen/CGLoopInfo.cpp
   40   if (Attrs.PipelineDisabled)
  451   PipelineDisabled = false;
  469       Attrs.UnrollAndJamCount == 0 && !Attrs.PipelineDisabled &&
  524     AfterJam.PipelineDisabled = Attrs.PipelineDisabled;
  524     AfterJam.PipelineDisabled = Attrs.PipelineDisabled;
tools/clang/lib/CodeGen/CGLoopInfo.h
  266   void setPipelineDisabled(bool S) { StagedAttrs.PipelineDisabled = S; }