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

References

tools/llvm-mca/Views/BottleneckAnalysis.cpp
  321   bool IsLoopCarried = FromIID >= ToIID;
  349     ToIID = DE->ToIID % Source.size();
  350     unsigned LastIID = CurrentIID > ToIID ? Source.size() : ToIID;
  350     unsigned LastIID = CurrentIID > ToIID ? Source.size() : ToIID;
  358     if (CurrentIID == ToIID) {
  359       FOS << "\n +----> " << ToIID << ".";
  363           << "\n +----> " << ToIID << ".";
  364       printInstruction(FOS, STI, MCIP, Source[ToIID], HasColors);