LLVM API Documentation

ScheduleDAGSDNodes.cpp File Reference

#include "llvm/CodeGen/ScheduleDAGSDNodes.h"
#include "llvm/CodeGen/SelectionDAG.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetInstrInfo.h"
#include "llvm/Target/TargetRegisterInfo.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"

Include dependency graph for ScheduleDAGSDNodes.cpp:

Go to the source code of this file.

Defines

#define DEBUG_TYPE   "pre-RA-sched"

Functions

static void CheckForPhysRegDependency (SDNode *Def, SDNode *User, unsigned Op, const TargetRegisterInfo *TRI, const TargetInstrInfo *TII, unsigned &PhysReg, int &Cost)


Define Documentation

#define DEBUG_TYPE   "pre-RA-sched"

Definition at line 15 of file ScheduleDAGSDNodes.cpp.


Function Documentation

static void CheckForPhysRegDependency ( SDNode Def,
SDNode User,
unsigned  Op,
const TargetRegisterInfo TRI,
const TargetInstrInfo TII,
unsigned PhysReg,
int &  Cost 
) [static]




This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.