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 119 /// VirtRegInfo - This list is a mapping from virtual register number to
122 IndexedMap<VarInfo, VirtReg2IndexFunctor> VirtRegInfo;
267 VirtRegInfo.clear();
  /external/llvm/lib/CodeGen/
LiveVariables.cpp 88 VirtRegInfo.grow(RegIdx);
89 return VirtRegInfo[RegIdx];
650 // VirtRegInfo onto MI's.
651 for (unsigned i = 0, e1 = VirtRegInfo.size(); i != e1; ++i) {
653 for (unsigned j = 0, e2 = VirtRegInfo[Reg].Kills.size(); j != e2; ++j)
654 if (VirtRegInfo[Reg].Kills[j] == MRI->getVRegDef(Reg))
655 VirtRegInfo[Reg].Kills[j]->addRegisterDead(Reg, TRI);
657 VirtRegInfo[Reg].Kills[j]->addRegisterKilled(Reg, TRI);
MachineInstrBundle.cpp 251 MachineOperandIteratorBase::VirtRegInfo
254 VirtRegInfo RI = { false, false, false };
InlineSpiller.cpp 866 MIBundleOperands::VirtRegInfo RI =
    [all...]

Completed in 112 milliseconds