Lines Matching defs:FirstVal
2457 ValueIDNum FirstVal = OutLocs[*BlockOrders[0]][Idx.asU64()];
2462 if (InLocs[Idx.asU64()] != FirstVal) {
2463 InLocs[Idx.asU64()] = FirstVal;
2477 if (FirstVal == PredLiveOut)
2490 InLocs[Idx.asU64()] = FirstVal;
3002 const DbgValue &FirstVal = *Values[0].second;
3008 Changed = LiveIn != FirstVal;
3010 LiveIn = FirstVal;
3018 if (!V.second->Properties.isJoinable(FirstVal.Properties))
3022 if (!V.second->hasJoinableLocOps(FirstVal))
3029 if (*V.second == FirstVal)
3035 if (V.second->hasIdenticalValidLocOps(FirstVal))
3050 Changed = LiveIn != FirstVal;
3052 LiveIn = FirstVal;
3056 DbgValue VPHI(MBB.getNumber(), FirstVal.Properties, DbgValue::VPHI);