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

  /external/llvm/include/llvm/CodeGen/
LiveVariables.h 203 getVarInfo(IncomingReg).Kills.push_back(MI);
211 if (!getVarInfo(reg).removeKill(MI))
239 getVarInfo(IncomingReg).Kills.push_back(MI);
247 if (!getVarInfo(reg).removeKill(MI))
270 /// getVarInfo - Return the VarInfo structure for the specified VIRTUAL
272 VarInfo &getVarInfo(unsigned RegIdx);
284 return getVarInfo(Reg).isLiveIn(MBB, Reg, *MRI);
  /external/llvm/lib/CodeGen/
LiveVariables.cpp 84 /// getVarInfo - Get (possibly creating) a VarInfo object for the given vreg.
85 LiveVariables::VarInfo &LiveVariables::getVarInfo(unsigned RegIdx) {
87 "getVarInfo: not a virtual register!");
137 VarInfo& VRInfo = getVarInfo(reg);
183 VarInfo &VRInfo = getVarInfo(Reg);
618 MarkVirtRegAliveInBlock(getVarInfo(*I),MRI->getVRegDef(*I)->getParent(),
679 VarInfo &VI = getVarInfo(Reg);
692 bool removed = getVarInfo(Reg).removeKill(MI);
734 LiveVariables::VarInfo &VI = getVarInfo(Reg);
796 getVarInfo(BBI->getOperand(i).getReg()).AliveBlocks.set(NumNew)
    [all...]
PHIElimination.cpp 269 LiveVariables::VarInfo &VI = LV->getVarInfo(IncomingReg);
453 LV->getVarInfo(SrcReg).AliveBlocks.reset(opBlockNum);
MachineBasicBlock.cpp 693 LV->getVarInfo(Reg).removeKill(MI)) {
787 LV->getVarInfo(Reg).Kills.push_back(I);
    [all...]
TwoAddressInstructionPass.cpp 770 KillMI = LV->getVarInfo(Reg).findKill(MBB);
    [all...]
MachineVerifier.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 243 LiveVariables::VarInfo &VI = LV->getVarInfo(Reg);
    [all...]

Completed in 437 milliseconds