Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5119 bool NeedPHITranslation = SrcPN && SrcPN->getParent() == BB; in removeEmptyCleanup() local
5122 NeedPHITranslation ? SrcPN->getIncomingValueForBlock(Pred) : SrcVal; in removeEmptyCleanup()