Searched refs:CalleeEntry (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1002 BasicBlock *CalleeEntry = cast<BranchInst>(Br)->getSuccessor(0); local
1006 CalleeEntry->replaceAllUsesWith(OrigBB); // Update PHI nodes
1007 OrigBB->getInstList().splice(Br, CalleeEntry->getInstList());
1012 // Now we can remove the CalleeEntry block, which is now empty.
1013 Caller->getBasicBlockList().erase(CalleeEntry);

Completed in 90 milliseconds