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

References

include/llvm/CodeGen/MachinePipeliner.h
  358   void setColocate(unsigned c) { Colocate = c; };
  386     Colocate = 0;
  398       if (Colocate != 0 && RHS.Colocate != 0 && Colocate != RHS.Colocate)
  398       if (Colocate != 0 && RHS.Colocate != 0 && Colocate != RHS.Colocate)
  398       if (Colocate != 0 && RHS.Colocate != 0 && Colocate != RHS.Colocate)
  398       if (Colocate != 0 && RHS.Colocate != 0 && Colocate != RHS.Colocate)
  399         return Colocate < RHS.Colocate;
  399         return Colocate < RHS.Colocate;
lib/CodeGen/MachinePipeliner.cpp
 2862      << " depth " << MaxDepth << " col " << Colocate << "\n";