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

References

include/llvm/CodeGen/ScheduleDFS.h
   45     return (uint64_t)InstrCount * RHS.Length
   46       < (uint64_t)Length * RHS.InstrCount;
   52     return (uint64_t)InstrCount * RHS.Length
   53       <= (uint64_t)Length * RHS.InstrCount;
lib/CodeGen/ScheduleDAGInstrs.cpp
 1499   OS << InstrCount << " / " << Length << " = ";
 1500   if (!Length)
 1503     OS << format("%g", ((double)InstrCount / Length));