Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Pos

189       SlotIndex Pos = LIS->getInstructionIndex(*MO.getParent());
190 Pos = MO.isDef() ? Pos.getRegSlot(MO.isEarlyClobber())
191 : Pos.getBaseIndex();
192 const VNInfo *VNI = SR.getVNInfoAt(Pos);
224 SlotIndex Pos = LIS->getInstructionIndex(MI);
233 LiveRange::const_iterator I = SR.find(Pos);
279 static bool subRangeLiveAt(const LiveInterval &LI, SlotIndex Pos) {
281 if (SR.liveAt(Pos))
343 SlotIndex Pos = LIS->getInstructionIndex(*MO.getParent());
344 if (!subRangeLiveAt(LI, Pos))
348 SlotIndex Pos = LIS->getInstructionIndex(*MO.getParent()).getDeadSlot();
349 if (!subRangeLiveAt(LI, Pos))