Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp377 Register ExistingVal = AvailableVals.lookup(BB); in GetValueAtEndOfBlockInternal() local
378 if (ExistingVal || ExistingValueOnly) in GetValueAtEndOfBlockInternal()
379 return ExistingVal; in GetValueAtEndOfBlockInternal()