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);
223 SlotIndex Pos = LIS->getInstructionIndex(*MI);
224 Pos = MO.isDef() ? Pos.getRegSlot(MO.isEarlyClobber())
225 : Pos.getBaseIndex();
234 const VNInfo *VNI = SR.getVNInfoAt(Pos);
291 static bool subRangeLiveAt(const LiveInterval &LI, SlotIndex Pos) {
293 if (SR.liveAt(Pos))
362 SlotIndex Pos = LIS->getInstructionIndex(*MO.getParent());
363 if (!subRangeLiveAt(LI, Pos))
367 SlotIndex Pos = LIS->getInstructionIndex(*MO.getParent()).getDeadSlot();
368 if (!subRangeLiveAt(LI, Pos))