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

  /external/llvm/include/llvm/CodeGen/
LiveVariables.h 209 getVarInfo(IncomingReg).Kills.push_back(MI);
217 if (!getVarInfo(reg).removeKill(MI))
245 getVarInfo(IncomingReg).Kills.push_back(MI);
253 if (!getVarInfo(reg).removeKill(MI))
276 /// getVarInfo - Return the VarInfo structure for the specified VIRTUAL
278 VarInfo &getVarInfo(unsigned RegIdx);
290 return getVarInfo(Reg).isLiveIn(MBB, Reg, *MRI);
  /external/llvm/lib/CodeGen/
ProcessImplicitDefs.cpp 127 LiveVariables::VarInfo& vi = LV->getVarInfo(MO.getReg());
161 LiveVariables::VarInfo& vi = LV->getVarInfo(Reg);
273 LiveVariables::VarInfo& vi = LV->getVarInfo(Reg);
LiveVariables.cpp 82 /// getVarInfo - Get (possibly creating) a VarInfo object for the given vreg.
83 LiveVariables::VarInfo &LiveVariables::getVarInfo(unsigned RegIdx) {
85 "getVarInfo: not a virtual register!");
135 VarInfo& VRInfo = getVarInfo(reg);
181 VarInfo &VRInfo = getVarInfo(Reg);
620 MarkVirtRegAliveInBlock(getVarInfo(*I),MRI->getVRegDef(*I)->getParent(),
704 VarInfo &VI = getVarInfo(Reg);
717 bool removed = getVarInfo(Reg).removeKill(MI);
758 LiveVariables::VarInfo &VI = getVarInfo(Reg);
815 getVarInfo(BBI->getOperand(i).getReg()).AliveBlocks.set(NumNew)
    [all...]
PHIElimination.cpp 245 LiveVariables::VarInfo &VI = LV->getVarInfo(IncomingReg);
384 LV->getVarInfo(SrcReg).AliveBlocks.reset(opBlockNum);
MachineBasicBlock.cpp 645 LV->getVarInfo(Reg).removeKill(MI)) {
686 LV->getVarInfo(Reg).Kills.push_back(I);
    [all...]
MachineVerifier.cpp 783 LiveVariables::VarInfo &VI = LiveVars->getVarInfo(Reg);
    [all...]
LiveIntervalAnalysis.cpp 185 LiveVariables::VarInfo& vi = lv_->getVarInfo(interval.reg);
    [all...]
TwoAddressInstructionPass.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 238 LiveVariables::VarInfo &VI = LV->getVarInfo(Reg);
    [all...]

Completed in 303 milliseconds