Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3548 PHINode *SrcPN = dyn_cast<PHINode>(SrcVal); in removeEmptyCleanup() local
3553 if (SrcPN && SrcPN->getParent() == BB) { in removeEmptyCleanup()
3557 for (unsigned SrcIdx = 0, SrcE = SrcPN->getNumIncomingValues(); in removeEmptyCleanup()
3559 DestPN->addIncoming(SrcPN->getIncomingValue(SrcIdx), in removeEmptyCleanup()
3560 SrcPN->getIncomingBlock(SrcIdx)); in removeEmptyCleanup()