Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3531 PHINode *DestPN = cast<PHINode>(I); in removeEmptyCleanup() local
3533 int Idx = DestPN->getBasicBlockIndex(BB); in removeEmptyCleanup()
3547 Value *SrcVal = DestPN->getIncomingValue(Idx); in removeEmptyCleanup()
3551 DestPN->removeIncomingValue(Idx, false); in removeEmptyCleanup()
3559 DestPN->addIncoming(SrcPN->getIncomingValue(SrcIdx), in removeEmptyCleanup()
3567 DestPN->addIncoming(SrcVal, pred); in removeEmptyCleanup()