Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4992 PHINode *SrcPN = dyn_cast<PHINode>(SrcVal); in removeEmptyCleanup() local
4994 bool NeedPHITranslation = SrcPN && SrcPN->getParent() == BB; in removeEmptyCleanup()
4997 NeedPHITranslation ? SrcPN->getIncomingValueForBlock(Pred) : SrcVal; in removeEmptyCleanup()