Searched refs:LQR_Live (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1182 return Analysis.DefinesDead ? LQR_Dead : LQR_Live;
1190 return Analysis.Reads ? LQR_Live : LQR_OverlappingLive;
1201 return (*RAI == Reg) ? LQR_Live : LQR_OverlappingLive;
1220 LQR_Live : LQR_OverlappingLive;
/external/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h613 LQR_Live, ///< Register is known to be live. enumerator in enum:llvm::MachineBasicBlock::LivenessQueryResult
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp4050 if (LQR == MachineBasicBlock::LQR_Live)
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1905 case MachineBasicBlock::LQR_Live:

Completed in 971 milliseconds