Lines Matching refs:OutVal
2820 const DbgValue &OutVal = *OutValIt->second; in pickVPHILoc() local
2823 if (OutVal.Kind == DbgValue::NoVal) in pickVPHILoc()
2828 if (OutVal.isUnjoinedPHI() && OutVal.BlockNo != MBB.getNumber()) in pickVPHILoc()
2831 if (!FirstValue.Properties.isJoinable(OutVal.Properties)) in pickVPHILoc()
2837 if (OutVal.isUnjoinedPHI()) { in pickVPHILoc()
2842 DbgOpID OutValOp = OutVal.getDbgOpID(Idx); in pickVPHILoc()
2890 const DbgValue &OutVal = *OutValIt->second; in pickOperandPHILoc() local
2891 DbgOpID OutValOpID = OutVal.getDbgOpID(DbgOpIdx); in pickOperandPHILoc()
2900 if (OutVal.Kind == DbgValue::Def || in pickOperandPHILoc()
2901 (OutVal.Kind == DbgValue::VPHI && OutVal.BlockNo != MBB.getNumber() && in pickOperandPHILoc()
2910 assert(OutVal.Kind == DbgValue::VPHI); in pickOperandPHILoc()