LLVM
8.0.1
|
#include "llvm/CodeGen/TargetSubtargetInfo.h"
#include "llvm/ADT/Optional.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/TargetInstrInfo.h"
#include "llvm/CodeGen/TargetSchedule.h"
#include "llvm/MC/MCInst.h"
#include "llvm/Support/Format.h"
#include "llvm/Support/raw_ostream.h"
#include <string>
Go to the source code of this file.
Functions | |
static std::string | createSchedInfoStr (unsigned Latency, double RThroughput) |
|
static |
Definition at line 70 of file TargetSubtargetInfo.cpp.
References llvm::raw_ostream::flush(), and llvm::format().
Referenced by llvm::TargetSubtargetInfo::getSchedInfoStr().