Home
last modified time | relevance | path

Searched refs:ExistingVal (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp367 Register ExistingVal = AvailableVals.lookup(BB); in GetValueAtEndOfBlockInternal() local
368 if (ExistingVal || ExistingValueOnly) in GetValueAtEndOfBlockInternal()
369 return ExistingVal; in GetValueAtEndOfBlockInternal()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp1088 if (auto *ExistingVal = Env.get<RecordValue>(Expr)) { in refreshRecordValue() local
1089 auto &NewVal = Env.create<RecordValue>(ExistingVal->getLoc()); in refreshRecordValue()