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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2287 BasicBlock *AfterCallBB; local
2297 AfterCallBB =
2305 AfterCallBB = OrigBB->splitBasicBlock(TheCall->getIterator(),
2310 // Copy original BB's block frequency to AfterCallBB
2312 AfterCallBB, IFI.CallerBFI->getBlockFreq(OrigBB).getFrequency());
2315 // Change the branch that used to go to AfterCallBB to branch to the first
2326 Caller->getBasicBlockList().splice(AfterCallBB->getIterator(),
2340 &AfterCallBB->front());
2361 BranchInst* BI = BranchInst::Create(AfterCallBB, RI);
2382 // Update PHI nodes that use the ReturnBB to use the AfterCallBB
[all...]

Completed in 179 milliseconds