Home
last modified time | relevance | path

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

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