Searched defs:ReturnBB (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DInlineFunction.cpp1271 // Update PHI nodes that use the ReturnBB to use the AfterCallBB.
1272 BasicBlock *ReturnBB = Returns[0]->getParent(); local
1273 ReturnBB->replaceAllUsesWith(AfterCallBB);
1278 ReturnBB->getInstList());
1280 // Delete the return instruction now and empty ReturnBB now.
1282 ReturnBB->eraseFromParent();
/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2077 // Update PHI nodes that use the ReturnBB to use the AfterCallBB.
2078 BasicBlock *ReturnBB = Returns[0]->getParent(); local
2079 ReturnBB->replaceAllUsesWith(AfterCallBB);
2084 ReturnBB->getInstList());
2089 // Delete the return instruction now and empty ReturnBB now.
2091 ReturnBB->eraseFromParent();

Completed in 99 milliseconds