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

References

tools/clang/lib/CodeGen/CGLoopInfo.cpp
  418   assert(!!AccGroup == Attrs.IsParallel &&
  420   if (Attrs.IsParallel) {
  441   IsParallel = false;
  461   if (Attrs.IsParallel) {
  467   if (!Attrs.IsParallel && Attrs.VectorizeWidth == 0 &&
  500     BeforeJam.IsParallel = AfterJam.IsParallel = Attrs.IsParallel;
  500     BeforeJam.IsParallel = AfterJam.IsParallel = Attrs.IsParallel;
  500     BeforeJam.IsParallel = AfterJam.IsParallel = Attrs.IsParallel;
tools/clang/lib/CodeGen/CGLoopInfo.h
  216     return hasInfo() ? getInfo().getAttributes().IsParallel : false;
  224   void setParallel(bool Enable = true) { StagedAttrs.IsParallel = Enable; }