reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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 << " = "; 1503 OS << format("%g", ((double)InstrCount / Length));