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

/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp762 BranchInst *NewBr = BranchInst::Create(II->getNormalDest(), TheCall); local
763 NewBr->setDebugLoc(Returns[0]->getDebugLoc());
H A DLocal.cpp204 BranchInst *NewBr = Builder.CreateCondBr(Cond, local
213 NewBr->setMetadata(LLVMContext::MD_prof,

Completed in 55 milliseconds