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

  /external/llvm/lib/CodeGen/
RegisterPressure.cpp 312 SmallVector<unsigned, 8> DeadDefs;
322 if (findReg(MO.getReg(), isVReg, DeadDefs, TRI) == DeadDefs.end())
323 DeadDefs.push_back(MO.getReg());
352 for (unsigned i = PhysRegOpers.DeadDefs.size(); i > 0; --i) {
353 unsigned Reg = PhysRegOpers.DeadDefs[i-1];
355 PhysRegOpers.DeadDefs.erase(&PhysRegOpers.DeadDefs[i-1]);
457 increasePhysRegPressure(PhysRegOpers.DeadDefs);
458 increaseVirtRegPressure(VirtRegOpers.DeadDefs);
    [all...]
InlineSpiller.cpp 131 SmallVector<MachineInstr*, 8> DeadDefs;
786 DeadDefs.push_back(MI);
    [all...]
RegisterCoalescer.cpp 91 SmallVector<MachineInstr*, 8> DeadDefs;
96 /// Recursively eliminate dead defs in DeadDefs.
372 LiveRangeEdit(0, NewRegs, *MF, *LIS, 0, this).eliminateDeadDefs(DeadDefs);
788 LIS->shrinkToUses(&SrcInt, &DeadDefs);
789 if (!DeadDefs.empty())
    [all...]

Completed in 3267 milliseconds