Searched refs:ExistingVal (Results 1 – 2 of 2) sorted by relevance
367 Register ExistingVal = AvailableVals.lookup(BB); in GetValueAtEndOfBlockInternal() local368 if (ExistingVal || ExistingValueOnly) in GetValueAtEndOfBlockInternal()369 return ExistingVal; in GetValueAtEndOfBlockInternal()
1088 if (auto *ExistingVal = Env.get<RecordValue>(Expr)) { in refreshRecordValue() local1089 auto &NewVal = Env.create<RecordValue>(ExistingVal->getLoc()); in refreshRecordValue()