Lines Matching refs:OutVal
2786 const DbgValue &OutVal = *OutValIt->second; in pickVPHILoc() local
2789 if (OutVal.Kind == DbgValue::NoVal) in pickVPHILoc()
2794 if (OutVal.isUnjoinedPHI() && OutVal.BlockNo != MBB.getNumber()) in pickVPHILoc()
2797 if (!FirstValue.Properties.isJoinable(OutVal.Properties)) in pickVPHILoc()
2803 if (OutVal.isUnjoinedPHI()) { in pickVPHILoc()
2808 DbgOpID OutValOp = OutVal.getDbgOpID(Idx); in pickVPHILoc()
2856 const DbgValue &OutVal = *OutValIt->second; in pickOperandPHILoc() local
2857 DbgOpID OutValOpID = OutVal.getDbgOpID(DbgOpIdx); in pickOperandPHILoc()
2866 if (OutVal.Kind == DbgValue::Def || in pickOperandPHILoc()
2867 (OutVal.Kind == DbgValue::VPHI && OutVal.BlockNo != MBB.getNumber() && in pickOperandPHILoc()
2876 assert(OutVal.Kind == DbgValue::VPHI); in pickOperandPHILoc()