Searched refs:liveout_empty (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DMachineRegisterInfo.h477 bool liveout_empty() const { return LiveOuts.empty(); } function in class:llvm::MachineRegisterInfo
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DMachineFunction.cpp331 if (RegInfo && !RegInfo->liveout_empty()) {
/macosx-10.10/llvmCore-3425.0.34/lib/Target/Sparc/
H A DSparcISelLowering.cpp100 if (MF.getRegInfo().liveout_empty()) {
130 if (MF.getRegInfo().liveout_empty())
/macosx-10.10/llvmCore-3425.0.34/lib/Target/MBlaze/
H A DMBlazeISelLowering.cpp1032 if (DAG.getMachineFunction().getRegInfo().liveout_empty()) {
/macosx-10.10/llvmCore-3425.0.34/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp405 if (DAG.getMachineFunction().getRegInfo().liveout_empty()) {
/macosx-10.10/llvmCore-3425.0.34/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp309 if (DAG.getMachineFunction().getRegInfo().liveout_empty()) {
/macosx-10.10/llvmCore-3425.0.34/lib/Target/XCore/
H A DXCoreISelLowering.cpp1236 if (DAG.getMachineFunction().getRegInfo().liveout_empty()) {
/macosx-10.10/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2906 if (DAG.getMachineFunction().getRegInfo().liveout_empty()) {
3672 if (DAG.getMachineFunction().getRegInfo().liveout_empty()) {
/macosx-10.10/llvmCore-3425.0.34/lib/Target/CellSPU/
H A DSPUISelLowering.cpp1483 if (DAG.getMachineFunction().getRegInfo().liveout_empty()) {
/macosx-10.10/llvmCore-3425.0.34/lib/Target/Mips/
H A DMipsISelLowering.cpp3461 if (DAG.getMachineFunction().getRegInfo().liveout_empty()) {
/macosx-10.10/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMISelLowering.cpp1884 if (DAG.getMachineFunction().getRegInfo().liveout_empty()) {

Completed in 317 milliseconds