Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSSAUpdaterBulk.cpp107 Value *LiveOutValue = nullptr; member
145 BBInfos[BB].LiveOutValue = V; in RewriteAllUses()
161 if (IsLiveOut && BBInfo->LiveOutValue) in RewriteAllUses()
162 return BBInfo->LiveOutValue; in RewriteAllUses()
174 if (BBInfo->LiveOutValue) { in RewriteAllUses()
175 V = BBInfo->LiveOutValue; in RewriteAllUses()