Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DPartialInlining.cpp78 BasicBlock* newEntryBlock = cast<BasicBlock>(VMap[entryBlock]); in unswitchFunction() local
104 retPhi->addIncoming(OldPhi->getIncomingValueForBlock(newEntryBlock), in unswitchFunction()
105 newEntryBlock); in unswitchFunction()
106 OldPhi->removeIncomingValue(newEntryBlock); in unswitchFunction()
110 newEntryBlock->getTerminator()->replaceUsesOfWith(preReturn, newReturnBlock); in unswitchFunction()
117 if (&*FI != newEntryBlock && &*FI != newReturnBlock && in unswitchFunction()