Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DUnifyFunctionExitNodes.cpp90 BasicBlock *NewRetBlock = BasicBlock::Create(F.getContext(), in runOnFunction() local
95 ReturnInst::Create(F.getContext(), nullptr, NewRetBlock); in runOnFunction()
100 NewRetBlock->getInstList().push_back(PN); in runOnFunction()
101 ReturnInst::Create(F.getContext(), PN, NewRetBlock); in runOnFunction()
117 BranchInst::Create(NewRetBlock, BB); in runOnFunction()
119 ReturnBlock = NewRetBlock; in runOnFunction()