Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DPartialInlining.cpp99 PHINode *retPhi = PHINode::Create(OldPhi->getType(), 2, "", Ins); in unswitchFunction() local
100 OldPhi->replaceAllUsesWith(retPhi); in unswitchFunction()
103 retPhi->addIncoming(&*I, preReturn); in unswitchFunction()
104 retPhi->addIncoming(OldPhi->getIncomingValueForBlock(newEntryBlock), in unswitchFunction()