Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedAccessPass.cpp397 BinaryOperator *NewBI = BinaryOperator::CreateWithCopiedFlags( in replaceBinOpShuffles() local
399 SVI->replaceAllUsesWith(NewBI); in replaceBinOpShuffles()
402 << *NewSVI2 << "\n And : " << *NewBI << "\n"); in replaceBinOpShuffles()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp176 BranchInst *NewBI = BranchInst::Create(DestBB, NewBB); in SplitKnownCriticalEdge() local
177 NewBI->setDebugLoc(TI->getDebugLoc()); in SplitKnownCriticalEdge()
H A DLoopRotationUtils.cpp861 BranchInst *NewBI = BranchInst::Create(NewHeader, PHBI); in rotateLoop() local
862 NewBI->setDebugLoc(PHBI->getDebugLoc()); in rotateLoop()
H A DLocal.cpp152 BranchInst *NewBI = Builder.CreateBr(Dest1); in ConstantFoldTerminator() local
155 NewBI->copyMetadata(*BI, {LLVMContext::MD_loop, LLVMContext::MD_dbg, in ConstantFoldTerminator()
176 BranchInst *NewBI = Builder.CreateBr(Destination); in ConstantFoldTerminator() local
179 NewBI->copyMetadata(*BI, {LLVMContext::MD_loop, LLVMContext::MD_dbg, in ConstantFoldTerminator()
H A DLoopUtils.cpp762 auto *NewBI = Builder.CreateBr(ExitBB); in breakLoopBackedge() local
765 NewBI->copyMetadata(*BI, {LLVMContext::MD_dbg, in breakLoopBackedge()
H A DSimplifyCFG.cpp4590 BranchInst *NewBI = Builder.CreateCondBr(Cond, TrueBB, FalseBB); in SimplifyTerminatorOnSelect() local
4592 setBranchWeights(NewBI, TrueWeight, FalseWeight); in SimplifyTerminatorOnSelect()
5520 BranchInst *NewBI = Builder.CreateCondBr(Cmp, ContiguousDest, OtherDest); in TurnSwitchRangeIntoICmp() local
5539 setBranchWeights(NewBI, TrueWeight, FalseWeight); in TurnSwitchRangeIntoICmp()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenTarget.cpp582 BitsInit *NewBI = BitsInit::get(Records, NewBits); in reverseBitsForLittleEndianEncoding() local
586 R->getValue("Inst")->setValue(NewBI); in reverseBitsForLittleEndianEncoding()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp731 BranchInst *NewBI = BranchInst::Create(HeaderBB, Ret); in eliminateCall() local
732 NewBI->setDebugLoc(CI->getDebugLoc()); in eliminateCall()
H A DJumpThreading.cpp2430 BranchInst *NewBI = BranchInst::Create(SuccBB, NewBB); in threadEdge() local
2431 NewBI->setDebugLoc(BB->getTerminator()->getDebugLoc()); in threadEdge()