Searched refs:getVarInfo (Results 1 - 8 of 8) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DLiveVariables.h203 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/
H A DLiveVariables.cpp84 /// getVarInfo - Get (possibly creating) a VarInfo object for the given vreg.
85 LiveVariables::VarInfo &LiveVariables::getVarInfo(unsigned RegIdx) { function in class:LiveVariables
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(BB
[all...]
H A DPHIElimination.cpp269 LiveVariables::VarInfo &VI = LV->getVarInfo(IncomingReg);
453 LV->getVarInfo(SrcReg).AliveBlocks.reset(opBlockNum);
H A DMachineBasicBlock.cpp693 LV->getVarInfo(Reg).removeKill(MI)) {
787 LV->getVarInfo(Reg).Kills.push_back(I);
H A DTwoAddressInstructionPass.cpp770 KillMI = LV->getVarInfo(Reg).findKill(MBB);
964 KillMI = LV->getVarInfo(Reg).findKill(MBB);
1441 if (RemovedKillFlag && LV && LV->getVarInfo(RegB).removeKill(MI)) {
H A DMachineVerifier.cpp986 LiveVariables::VarInfo &VI = LiveVars->getVarInfo(Reg);
1286 LiveVariables::VarInfo &VI = LiveVars->getVarInfo(Reg);
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1868 LV->getVarInfo(leaInReg).Kills.push_back(NewMI);
1869 LV->getVarInfo(leaOutReg).Kills.push_back(ExtMI);
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp243 LiveVariables::VarInfo &VI = LV->getVarInfo(Reg);

Completed in 352 milliseconds