LLVM  3.7.0
Functions
MachineRegisterInfo.cpp File Reference
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/IR/Function.h"
#include "llvm/Support/raw_os_ostream.h"
#include "llvm/Target/TargetInstrInfo.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetSubtargetInfo.h"
Include dependency graph for MachineRegisterInfo.cpp:

Go to the source code of this file.

Functions

static const FunctiongetCalledFunction (const MachineInstr &MI)
 
static bool isNoReturnDef (const MachineOperand &MO)
 

Function Documentation

static const Function* getCalledFunction ( const MachineInstr MI)
static

Definition at line 446 of file MachineRegisterInfo.cpp.

References llvm::dyn_cast(), and llvm::MachineInstr::operands().

Referenced by isNoReturnDef().

static bool isNoReturnDef ( const MachineOperand MO)
static