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 212 getVarInfo(IncomingReg).Kills.push_back(MI);
220 if (!getVarInfo(reg).removeKill(MI))
248 getVarInfo(IncomingReg).Kills.push_back(MI);
256 if (!getVarInfo(reg).removeKill(MI))
279 /// getVarInfo - Return the VarInfo structure for the specified VIRTUAL
281 VarInfo &getVarInfo(unsigned RegIdx);
293 return getVarInfo(Reg).isLiveIn(MBB, Reg, *MRI);
  /external/llvm/lib/CodeGen/
ProcessImplicitDefs.cpp 125 LiveVariables::VarInfo& vi = LV->getVarInfo(MO.getReg());
158 LiveVariables::VarInfo& vi = LV->getVarInfo(Reg);
269 LiveVariables::VarInfo& vi = LV->getVarInfo(Reg);
LiveVariables.cpp 80 /// getVarInfo - Get (possibly creating) a VarInfo object for the given vreg.
81 LiveVariables::VarInfo &LiveVariables::getVarInfo(unsigned RegIdx) {
83 "getVarInfo: not a virtual register!");
132 VarInfo& VRInfo = getVarInfo(reg);
179 VarInfo &VRInfo = getVarInfo(Reg);
583 MarkVirtRegAliveInBlock(getVarInfo(*I),MRI->getVRegDef(*I)->getParent(),
650 VarInfo &VI = getVarInfo(Reg);
663 bool removed = getVarInfo(Reg).removeKill(MI);
704 LiveVariables::VarInfo &VI = getVarInfo(Reg);
761 getVarInfo(BBI->getOperand(i).getReg()).AliveBlocks.set(NumNew)
    [all...]
PHIElimination.cpp 241 LiveVariables::VarInfo &VI = LV->getVarInfo(IncomingReg);
381 LV->getVarInfo(SrcReg).AliveBlocks.reset(opBlockNum);
MachineBasicBlock.cpp 549 LV->getVarInfo(Reg).removeKill(MI)) {
587 LV->getVarInfo(Reg).Kills.push_back(I);
MachineVerifier.cpp 653 LiveVariables::VarInfo &VI = LiveVars->getVarInfo(Reg);
    [all...]
TwoAddressInstructionPass.cpp     [all...]
LiveIntervalAnalysis.cpp 296 LiveVariables::VarInfo& vi = lv_->getVarInfo(interval.reg);
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 241 LiveVariables::VarInfo &VI = LV->getVarInfo(Reg);
    [all...]

Completed in 2295 milliseconds