Home
last modified time | relevance | path

Searched refs:SrcPN (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3942 PHINode *SrcPN = dyn_cast<PHINode>(SrcVal); in removeEmptyCleanup() local
3947 if (SrcPN && SrcPN->getParent() == BB) { in removeEmptyCleanup()
3951 for (unsigned SrcIdx = 0, SrcE = SrcPN->getNumIncomingValues(); in removeEmptyCleanup()
3953 DestPN->addIncoming(SrcPN->getIncomingValue(SrcIdx), in removeEmptyCleanup()
3954 SrcPN->getIncomingBlock(SrcIdx)); in removeEmptyCleanup()