HomeSort by relevance Sort by last modified time
    Searched refs:liveout_empty (Results 1 - 13 of 13) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 324 bool liveout_empty() const { return LiveOuts.empty(); } function in class:llvm::MachineRegisterInfo
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 315 if (RegInfo && !RegInfo->liveout_empty()) {
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 101 if (MF.getRegInfo().liveout_empty()) {
131 if (MF.getRegInfo().liveout_empty())
    [all...]
  /external/llvm/lib/Target/Blackfin/
BlackfinISelLowering.cpp 242 if (DAG.getMachineFunction().getRegInfo().liveout_empty()) {
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 572 if (DAG.getMachineFunction().getRegInfo().liveout_empty()) {
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Alpha/
AlphaISelLowering.cpp 503 if (DAG.getMachineFunction().getRegInfo().liveout_empty())
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 407 if (DAG.getMachineFunction().getRegInfo().liveout_empty()) {
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 2702 milliseconds