Lines Matching defs:FirstVal
2473 ValueIDNum FirstVal = OutLocs[*BlockOrders[0]][Idx.asU64()];
2478 if (InLocs[Idx.asU64()] != FirstVal) {
2479 InLocs[Idx.asU64()] = FirstVal;
2493 if (FirstVal == PredLiveOut)
2506 InLocs[Idx.asU64()] = FirstVal;
3018 const DbgValue &FirstVal = *Values[0].second;
3024 Changed = LiveIn != FirstVal;
3026 LiveIn = FirstVal;
3034 if (!V.second->Properties.isJoinable(FirstVal.Properties))
3038 if (!V.second->hasJoinableLocOps(FirstVal))
3045 if (*V.second == FirstVal)
3051 if (V.second->hasIdenticalValidLocOps(FirstVal))
3066 Changed = LiveIn != FirstVal;
3068 LiveIn = FirstVal;
3072 DbgValue VPHI(MBB.getNumber(), FirstVal.Properties, DbgValue::VPHI);