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

  /external/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 151 /// VirtRegInfo - Information about a virtual register used by a set of operands.
153 struct VirtRegInfo {
198 VirtRegInfo analyzeVirtReg(unsigned Reg,
LiveVariables.h 117 /// VirtRegInfo - This list is a mapping from virtual register number to
120 IndexedMap<VarInfo, VirtReg2IndexFunctor> VirtRegInfo;
265 VirtRegInfo.clear();
  /external/llvm/lib/CodeGen/
LiveVariables.cpp 88 VirtRegInfo.grow(RegIdx);
89 return VirtRegInfo[RegIdx];
649 // VirtRegInfo onto MI's.
650 for (unsigned i = 0, e1 = VirtRegInfo.size(); i != e1; ++i) {
652 for (unsigned j = 0, e2 = VirtRegInfo[Reg].Kills.size(); j != e2; ++j)
653 if (VirtRegInfo[Reg].Kills[j] == MRI->getVRegDef(Reg))
654 VirtRegInfo[Reg].Kills[j]->addRegisterDead(Reg, TRI);
656 VirtRegInfo[Reg].Kills[j]->addRegisterKilled(Reg, TRI);
MachineInstrBundle.cpp 251 MachineOperandIteratorBase::VirtRegInfo
254 VirtRegInfo RI = { false, false, false };
InlineSpiller.cpp 870 MIBundleOperands::VirtRegInfo RI =
    [all...]

Completed in 214 milliseconds