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

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

Completed in 87 milliseconds