Lines Matching refs:CommonValue
472 Value *CommonValue = nullptr;
481 if (!V || (CommonValue && V != CommonValue))
483 CommonValue = V;
486 return CommonValue;
512 Value *CommonValue = nullptr;
519 if (!V || (CommonValue && V != CommonValue))
521 CommonValue = V;
524 return CommonValue;
3713 Value *CommonValue = nullptr;
3723 if (CommonValue && Incoming != CommonValue)
3725 CommonValue = Incoming;
3728 // If CommonValue is null then all of the incoming values were either undef or
3730 if (!CommonValue)
3737 return ValueDominatesPHI(CommonValue, PN, Q.DT) ? CommonValue : nullptr;
3739 return CommonValue;