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

  /external/llvm/include/llvm/CodeGen/
LiveVariables.h 108 /// isLiveIn - Is Reg live in to MBB? This means that Reg is live through
111 bool isLiveIn(const MachineBasicBlock &MBB,
289 bool isLiveIn(unsigned Reg, const MachineBasicBlock &MBB) {
290 return getVarInfo(Reg).isLiveIn(MBB, Reg, *MRI);
MachineRegisterInfo.h 420 bool isLiveIn(unsigned Reg) const;
MachineBasicBlock.h 333 /// isLiveIn - Return true if the specified register is in the live in set.
335 bool isLiveIn(unsigned Reg) const;
  /external/llvm/lib/Target/MBlaze/
MBlazeMachineFunction.h 114 bool isLiveIn(int FI) {
MBlazeRegisterInfo.cpp 155 << "isLiveIn : " << MBlazeFI->isLiveIn(FrameIndex) << "\n"
  /external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 191 bool MachineRegisterInfo::isLiveIn(unsigned Reg) const {
RegAllocBase.cpp 266 if (!MBB->isLiveIn(PhysReg))
MachineSink.cpp 601 if (SuccToSinkTo->isLiveIn(Reg))
PHIElimination.cpp 427 !LV.isLiveIn(Reg, MBB) && LV.isLiveOut(Reg, *PreMBB)) {
LiveVariables.cpp 739 bool LiveVariables::VarInfo::isLiveIn(const MachineBasicBlock &MBB,
821 if (!VI.AliveBlocks.test(NumNew) && VI.isLiveIn(*SuccBB, Reg, *MRI))
MachineCSE.cpp 511 if (!MBB->isLiveIn(LiveIn))
MachineLICM.cpp 590 if (!BB->isLiveIn(Reg))
    [all...]
MachineBasicBlock.cpp 328 bool MachineBasicBlock::isLiveIn(unsigned Reg) const {
    [all...]
RegAllocPBQP.cpp 635 if (!liveInMBBs[i]->isLiveIn(reg)) {
LiveIntervalAnalysis.cpp 355 if (succ->isLiveIn(Reg))
    [all...]
RegisterCoalescer.cpp     [all...]
  /external/llvm/lib/Target/ARM/
Thumb1FrameLowering.cpp 316 MF.getRegInfo().isLiveIn(Reg))
Thumb2SizeReduction.cpp 847 bool LiveCPSR = MBB.isLiveIn(ARM::CPSR);
    [all...]
ARMFrameLowering.cpp 597 MF.getRegInfo().isLiveIn(Reg))
    [all...]
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp     [all...]
X86InstrInfo.cpp     [all...]
X86ISelLowering.cpp     [all...]

Completed in 463 milliseconds