Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()