Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DInterleavedAccessPass.cpp411 BinaryOperator *NewBI = BinaryOperator::CreateWithCopiedFlags( in replaceBinOpShuffles() local
413 SVI->replaceAllUsesWith(NewBI); in replaceBinOpShuffles()
416 << *NewSVI2 << "\n And : " << *NewBI << "\n"); in replaceBinOpShuffles()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DBreakCriticalEdges.cpp182 BranchInst *NewBI = BranchInst::Create(DestBB, NewBB); in SplitKnownCriticalEdge() local
183 NewBI->setDebugLoc(TI->getDebugLoc()); in SplitKnownCriticalEdge()
DLoopRotationUtils.cpp645 BranchInst *NewBI = BranchInst::Create(NewHeader, PHBI); in rotateLoop() local
646 NewBI->setDebugLoc(PHBI->getDebugLoc()); in rotateLoop()
DLocal.cpp151 BranchInst *NewBI = Builder.CreateBr(Dest1); in ConstantFoldTerminator() local
154 NewBI->copyMetadata(*BI, {LLVMContext::MD_loop, LLVMContext::MD_dbg, in ConstantFoldTerminator()
175 BranchInst *NewBI = Builder.CreateBr(Destination); in ConstantFoldTerminator() local
178 NewBI->copyMetadata(*BI, {LLVMContext::MD_loop, LLVMContext::MD_dbg, in ConstantFoldTerminator()
DSimplifyCFG.cpp3916 BranchInst *NewBI = Builder.CreateCondBr(Cond, TrueBB, FalseBB); in SimplifyTerminatorOnSelect() local
3918 setBranchWeights(NewBI, TrueWeight, FalseWeight); in SimplifyTerminatorOnSelect()
4827 BranchInst *NewBI = Builder.CreateCondBr(Cmp, ContiguousDest, OtherDest); in TurnSwitchRangeIntoICmp() local
4846 setBranchWeights(NewBI, TrueWeight, FalseWeight); in TurnSwitchRangeIntoICmp()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DTailRecursionElimination.cpp719 BranchInst *NewBI = BranchInst::Create(HeaderBB, Ret); in eliminateCall() local
720 NewBI->setDebugLoc(CI->getDebugLoc()); in eliminateCall()
DJumpThreading.cpp2407 BranchInst *NewBI = BranchInst::Create(SuccBB, NewBB); in threadEdge() local
2408 NewBI->setDebugLoc(BB->getTerminator()->getDebugLoc()); in threadEdge()
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DCodeGenTarget.cpp558 BitsInit *NewBI = BitsInit::get(NewBits); in reverseBitsForLittleEndianEncoding() local
562 R->getValue("Inst")->setValue(NewBI); in reverseBitsForLittleEndianEncoding()