Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1985 if (PHINode *TVPN = dyn_cast_or_null<PHINode>(TrueValue)) in SimplifyCondBranchToTwoReturns() local
1986 if (TVPN->getParent() == TrueSucc) in SimplifyCondBranchToTwoReturns()
1987 TrueValue = TVPN->getIncomingValueForBlock(BI->getParent()); in SimplifyCondBranchToTwoReturns()